共用方式為


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 命名空間