Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the source attribute identifier for a source attribute associated with a Level object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property SourceAttributeID As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
The source attribute identifier for a source attribute associated with a Level object.