IScriptingOptions.DelimitStatements 속성

Gets the specified limitation of a statement.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property DelimitStatements As Boolean 
    Get
‘사용 방법
Dim instance As IScriptingOptions 
Dim value As Boolean 

value = instance.DelimitStatements
bool DelimitStatements { get; }
property bool DelimitStatements {
    bool get ();
}
abstract DelimitStatements : bool
function get DelimitStatements () : boolean

속성 값

유형: System.Boolean
true if the statement has the specified limitation; otherwise, false.

참고 항목

참조

IScriptingOptions 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration 네임스페이스