Свойство ServerAlias.ProtocolName
Gets or sets the name of the protocol used by the server connection alias.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public Property ProtocolName As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
A String value that specifies the name of the protocol used by the server connection alias.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi