Compartir a través de


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.