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