다음을 통해 공유


HttpProtocol.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(SfcPropertyFlags.Standalone)> _
Public Property WebSiteUrlPath As String 
    Get 
    Set
‘사용 방법
Dim instance As HttpProtocol 
Dim value As String 

value = instance.WebSiteUrlPath

instance.WebSiteUrlPath = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string WebSiteUrlPath { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ WebSiteUrlPath {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

For example, specify the value /Here for the URL path https://localhost/Here.

참고 항목

참조

HttpProtocol 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

끝점 구현