Aracılığıyla paylaş


ServerInstance.ServerProtocols Özelliği

Temsil eden bir koleksiyon , ServerProtocol nesneler.Her ServerProtocol nesnesini temsil eden bir sunucu protokol üzerinde tanımlı Microsoft Yönetim Araçları (WMI) yükleme.

Ad Alanı:  Microsoft.SqlServer.Management.Smo.Wmi
Derleme:  Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property ServerProtocols As ServerProtocolCollection
    Get
'Kullanım
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

Özellik Değeri

Tür: Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection
A ServerProtocolCollection nesnesini temsil eden tüm sunucu protokolleri tanımlı WMI yükleme.