ContentFormatter.Parent Property
コンテンツ フォーマッタに対応する NotificationClass を取得します。
名前空間: Microsoft.SqlServer.Management.Nmo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
Public ReadOnly Property Parent As NotificationClass
public NotificationClass Parent { get; }
public:
property NotificationClass^ Parent {
NotificationClass^ get ();
}
/** @property */
public NotificationClass get_Parent ()
public function get Parent () : NotificationClass
プロパティ値
ContentFormatter オブジェクトに対応する NotificationClass です。
解説
ContentFormatter には、それぞれ親の NotificationClass があります。ContentFormatter コンストラクタを使用して ContentFormatter を作成する際に、親オブジェクトを指定します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ContentFormatter Class
ContentFormatter Members
Microsoft.SqlServer.Management.Nmo Namespace