BatchSeparator 屬性
Gets or sets the string value used to separate batches in the referenced connection.
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
Public Property BatchSeparator As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
A String value that specifies the batch separator for the referenced connection.