Specifies the parameters to configure the synchronization stream.
Visual Basic Public Property StreamParms As String
C# public string StreamParms { get; set; }
A string, in the form of a semicolon-separated list of keyword-value pairs, specifying the parameters for the stream. The default is a null reference (Nothing in Visual Basic).
For information about configuring specific stream types, see
Network protocol options for UltraLite synchronization streams.
StreamParms is a string containing all the parameters used for synchronization streams. Parameters are specified as a semicolon-separated list of name=value pairs ("param1=value1;param2=value2").
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |