Compartir a través de


ServerAlias.ProtocolName Propiedad

Gets or sets the name of the protocol used by the server connection alias.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public Property ProtocolName As String 
    Get 
    Set
'Uso
Dim instance As ServerAlias 
Dim value As String 

value = instance.ProtocolName

instance.ProtocolName = value
public string ProtocolName { get; set; }
public:
property String^ ProtocolName {
    String^ get ();
    void set (String^ value);
}
member ProtocolName : string with get, set
function get ProtocolName () : String 
function set ProtocolName (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the protocol used by the server connection alias.

Ejemplos

Administrar servicios y configuración de red utilizando el proveedor WMI

Vea también

Referencia

ServerAlias Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi

Otros recursos

WMI and SQL Server

Conectar al Motor de base de datos de SQL Server