Свойство HttpPortTypes
Gets or sets the HTTP port type.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property HttpPortTypes As HttpPortTypes
Get
Set
'Применение
Dim instance As HttpProtocol
Dim value As HttpPortTypes
value = instance.HttpPortTypes
instance.HttpPortTypes = value
[SfcPropertyAttribute]
public HttpPortTypes HttpPortTypes { get; set; }
[SfcPropertyAttribute]
public:
property HttpPortTypes HttpPortTypes {
HttpPortTypes get ();
void set (HttpPortTypes value);
}
[<SfcPropertyAttribute>]
member HttpPortTypes : HttpPortTypes with get, set
function get HttpPortTypes () : HttpPortTypes
function set HttpPortTypes (value : HttpPortTypes)
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .HttpPortTypes
An HttpPortTypes object value that specifies the HTTP port type.
См. также