次の方法で共有


IExtendedProperties インターフェイス

IExtendedProperties クラスは、オブジェクトに関連付けられた拡張プロパティのコレクションを表すインターフェイスです。

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

構文

'宣言
Public Interface IExtendedProperties
'使用
Dim instance As IExtendedProperties
public interface IExtendedProperties
public interface class IExtendedProperties
type IExtendedProperties =  interface end
public interface IExtendedProperties

IExtendedProperties 型は、以下のメンバーを公開しています。

プロパティ

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

先頭に戻る

説明

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間