다음을 통해 공유


BatchSeparator 속성

Gets or sets the string value used to separate batches in the referenced connection.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo

구문

‘선언
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.

예제

속성 설정