BatchSeparator propriété
Gets or sets the string value used to separate batches in the referenced connection.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (dans Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public Property BatchSeparator As String
Get
Set
'Utilisation
Dim instance As ServerConnection
Dim value As String
value = instance.BatchSeparator
instance.BatchSeparator = value
public string BatchSeparator { get; set; }
public:
property String^ BatchSeparator {
String^ get ();
void set (String^ value);
}
member BatchSeparator : string with get, set
function get BatchSeparator () : String
function set BatchSeparator (value : String)
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the batch separator for the referenced connection.