ServerInstance クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このクラスはServerInstance、Microsoft SQL Serverのインスタンスを表します。
public ref class ServerInstance sealed : Microsoft::SqlServer::Management::Smo::Wmi::WmiSmoObject
public sealed class ServerInstance : Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
type ServerInstance = class
inherit WmiSmoObject
Public NotInheritable Class ServerInstance
Inherits WmiSmoObject
- 継承
例
WMI プロバイダーを使用したサービスの管理とネットワーク設定
注釈
ServerInstance クラスを使用すると次のような操作を実行できます。
- SQL Serverのインスタンスでプロトコルとネットワーク ライブラリを管理します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
プロパティ
Name |
参照先の Windows Management Instrumentation (WMI) オブジェクトの名前を取得します。値の設定も可能です。 (継承元 WmiSmoObject) |
Parent |
ManagedComputer オブジェクトの親である ServerInstance オブジェクトを取得します。 |
Properties |
Property オブジェクトのコレクションを表します。 各 Property オブジェクトは、Windows Management Instrumentation (WMI) オブジェクトで定義されたプロパティを表します。 (継承元 WmiSmoObject) |
ServerProtocols |
ServerProtocol オブジェクトのコレクションを表します。 各 ServerProtocol オブジェクトは、Microsoft Management Instrumentation (WMI) のインストールで定義されたサーバー プロトコルを表します。 |
State |
参照先のオブジェクトの状態を取得します。 (継承元 SmoObjectBase) |
Urn |
Windows Management Instrumentation (WMI) オブジェクトを表す Uniform Resource Name (URN) アドレスを取得します。 (継承元 WmiSmoObject) |
UserData |
参照先のオブジェクトに関連付けられたユーザー定義データを取得します。値の設定も可能です。 (継承元 SmoObjectBase) |