共用方式為


Property.ISfcProperty.Attributes 屬性

Returns an attribute collection that contains properties.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Private ReadOnly Property Attributes As AttributeCollection 
    Implements ISfcProperty.Attributes 
    Get
'用途
Dim instance As [Property]
Dim value As AttributeCollection 

value = CType(instance, ISfcProperty).Attributes
AttributeCollection ISfcProperty.Attributes { get; }
private:
virtual property AttributeCollection^ Attributes {
    AttributeCollection^ get () sealed = ISfcProperty::Attributes::get;
}
private abstract Attributes : AttributeCollection 
private override Attributes : AttributeCollection
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System.ComponentModel.AttributeCollection
An AttributeCollection that contains properties.

實作

ISfcProperty.Attributes

請參閱

參考

Property 類別

Microsoft.SqlServer.Management.Smo 命名空間