次の方法で共有


ServerProtocols プロパティ

ServerProtocol オブジェクトのコレクションを表します。各 ServerProtocol オブジェクトは、Microsoft Management Instrumentation (WMI) インストールで定義されたサーバー プロトコルを表します。

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

構文

'宣言
Public ReadOnly Property ServerProtocols As ServerProtocolCollection
    Get
'使用
Dim instance As ServerInstance
Dim value As ServerProtocolCollection

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerProtocolCollection
WMI インストールで定義されたすべてのサーバー プロトコルを表す ServerProtocolCollection オブジェクトです。