Share via


ISfcSupportsDesignMode.IsDesignMode 속성

Gets a value that indicates whether the object supports design mode.

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

구문

‘선언
ReadOnly Property IsDesignMode As Boolean 
    Get
‘사용 방법
Dim instance As ISfcSupportsDesignMode 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
true if design mode is supported; otherwise, false.

참고 항목

참조

ISfcSupportsDesignMode 인터페이스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스