WebSite 속성
Gets or sets the Web site with which the HTTP protocol is associated.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property WebSite As String
Get
Set
‘사용 방법
Dim instance As HttpProtocol
Dim value As String
value = instance.WebSite
instance.WebSite = value
[SfcPropertyAttribute]
public string WebSite { get; set; }
[SfcPropertyAttribute]
public:
property String^ WebSite {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member WebSite : string with get, set
function get WebSite () : String
function set WebSite (value : String)
속성 값
형식: System. . :: . .String
A String value that specifies the Web site with which the HTTP protocol is associated.