次の方法で共有


IExtendedProperties.ExtendedProperties プロパティ

ExtendedProperty オブジェクトのコレクションを表します。 各 ExtendedProperty オブジェクトは、オブジェクトで定義された拡張プロパティを表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
ReadOnly Property ExtendedProperties As ExtendedPropertyCollection 
    Get
'使用
Dim instance As IExtendedProperties 
Dim value As ExtendedPropertyCollection 

value = instance.ExtendedProperties
ExtendedPropertyCollection ExtendedProperties { get; }
property ExtendedPropertyCollection^ ExtendedProperties {
    ExtendedPropertyCollection^ get ();
}
abstract ExtendedProperties : ExtendedPropertyCollection
function get ExtendedProperties () : ExtendedPropertyCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection
オブジェクトで定義されたすべての拡張プロパティを表す ExtendedPropertyCollection オブジェクトです。

関連項目

参照

IExtendedProperties インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間