ServerAlias.ProtocolName Property
Gets or sets the name of the protocol used by the server connection alias.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in microsoft.sqlserver.sqlwmimanagement.dll)
Syntax
'Deklaracja
Public Property ProtocolName As String
public string ProtocolName { get; set; }
public:
property String^ ProtocolName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ProtocolName ()
/** @property */
public void set_ProtocolName (String value)
public function get ProtocolName () : String
public function set ProtocolName (value : String)
Property Value
A String value that specifies the name of the protocol used by the server connection alias.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also