Schema.ISfcSupportsDesignMode.IsDesignMode 属性

Gets a Boolean value that specifies whether the schema supports design mode.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Private ReadOnly Property IsDesignMode As Boolean 
    Implements ISfcSupportsDesignMode.IsDesignMode 
    Get
用法
Dim instance As Schema 
Dim value As Boolean 

value = CType(instance, ISfcSupportsDesignMode).IsDesignMode
bool ISfcSupportsDesignMode.IsDesignMode { get; }
private:
virtual property bool IsDesignMode {
    bool get () sealed = ISfcSupportsDesignMode::IsDesignMode::get;
}
private abstract IsDesignMode : bool 
private override IsDesignMode : bool
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.Boolean
A Boolean value that specifies true if the schema supports design mode, otherwise false.

实现

ISfcSupportsDesignMode.IsDesignMode

请参阅

参考

Schema 类

Microsoft.SqlServer.Management.Smo 命名空间