Свойство WebSiteUrlPath
Gets or sets the URL path for the Web site with which the HTTP protocol is associated.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property WebSiteUrlPath As String
Get
Set
'Применение
Dim instance As HttpProtocol
Dim value As String
value = instance.WebSiteUrlPath
instance.WebSiteUrlPath = value
[SfcPropertyAttribute]
public string WebSiteUrlPath { get; set; }
[SfcPropertyAttribute]
public:
property String^ WebSiteUrlPath {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member WebSiteUrlPath : string with get, set
function get WebSiteUrlPath () : String
function set WebSiteUrlPath (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the URL path based on the value of the WebSite property.
Замечания
If the WebSiteUrlPath property value is not specified then the value //localhost is assumed.
См. также