Property.ISfcProperty.Attributes プロパティ

プロパティを格納している属性コレクションを返します。

名前空間:  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
プロパティを格納する AttributeCollection です。

実装

ISfcProperty.Attributes

関連項目

参照

Property クラス

Microsoft.SqlServer.Management.Smo 名前空間