ServerInstance.ServerProtocols Propiedad
Represents a collection of ServerProtocol objects. Each ServerProtocol object represents a server protocol defined on the Microsoft Management Instrumentation (WMI) installation.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public ReadOnly Property ServerProtocols As ServerProtocolCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection
A ServerProtocolCollection object that represents all the server protocols defined on the WMI installation.
Ejemplos
Administrar servicios y configuración de red utilizando el proveedor WMI
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi