Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the Web site with which the HTTP protocol is associated.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property WebSite As String
Get
Set
'Uso
Dim instance As HttpProtocol
Dim value As String
value = instance.WebSite
instance.WebSite = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string WebSite { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ WebSite {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member WebSite : string with get, set
function get WebSite () : String
function set WebSite (value : String)
Valor de la propiedad
Tipo: System.String
A String value that specifies the Web site with which the HTTP protocol is associated.
Comentarios
If the WebSiteUrlPath property value is not specified then the value //localhost is assumed.