Compartir a través de


NamedComponent.SiteID Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the identifier for the site associated with the component.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property SiteID As String 
    Get 
    Set
'Uso
Dim instance As NamedComponent 
Dim value As String 

value = instance.SiteID

instance.SiteID = value
[BrowsableAttribute(false)]
public string SiteID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ SiteID {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member SiteID : string with get, set
function get SiteID () : String 
function set SiteID (value : String)

Valor de la propiedad

Tipo: System.String
The identifier for the site associated with the component.

Vea también

Referencia

NamedComponent Clase

Espacio de nombres Microsoft.AnalysisServices