ManagedComputer.ConnectionSettings プロパティ

参照先の WMI インストールの接続設定を取得します。

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

構文

'宣言
Public ReadOnly Property ConnectionSettings As WmiConnectionInfo 
    Get
'使用
Dim instance As ManagedComputer 
Dim value As WmiConnectionInfo 

value = instance.ConnectionSettings
public WmiConnectionInfo ConnectionSettings { get; }
public:
property WmiConnectionInfo^ ConnectionSettings {
    WmiConnectionInfo^ get ();
}
member ConnectionSettings : WmiConnectionInfo
function get ConnectionSettings () : WmiConnectionInfo

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo
WMI インストールで定義されたすべての接続設定を表す WmiConnectionInfo オブジェクトです。

使用例

WMI プロバイダーを使用したサービスの管理とネットワーク設定

関連項目

参照

ManagedComputer クラス

Microsoft.SqlServer.Management.Smo.Wmi 名前空間

その他の技術情報

SQL Server データベース エンジンへの接続