ParseOptions.BatchSeparator 속성

Gets the string used to separate a single script into multiple batches.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Parser
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Property BatchSeparator As String 
    Get 
    Set
‘사용 방법
Dim instance As ParseOptions 
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
The string used to separate a single script into multiple batches. The default is GO.

참고 항목

참조

ParseOptions 클래스

Microsoft.SqlServer.Management.SqlParser.Parser 네임스페이스