ISfcProperty.Attributes 屬性
傳回包含屬性 (Property) 的屬性 (Attribute) 集合。
命名空間: 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 支援明確介面實作的使用,但不支援新介面實作的宣告。