Property.ISfcProperty.Required 属性

Gets the Boolean property value that specifies whether the property is required,.

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

语法

声明
Private ReadOnly Property Required As Boolean 
    Implements ISfcProperty.Required 
    Get
用法
Dim instance As [Property]
Dim value As Boolean 

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

属性值

类型:System.Boolean
A Boolean value that specifies whether the property is required.If True, the property is required.If False (default), the property is not required.Always returns False.

实现

ISfcProperty.Required

请参阅

参考

Property 类

Microsoft.SqlServer.Management.Smo 命名空间