Compartir a través de


Level.SourceAttributeID Propiedad

Gets or sets the source attribute identifier for a source attribute associated with a Level object.

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

Sintaxis

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

value = instance.SourceAttributeID

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

Valor de la propiedad

Tipo: System.String
The source attribute identifier for a source attribute associated with a Level object.

Vea también

Referencia

Level Clase

Espacio de nombres Microsoft.AnalysisServices