Propriedade do RDL AttributeID
Gets or sets the attribute identifier associated with a PerspectiveAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property AttributeID As String
Get
Set
'Uso
Dim instance As PerspectiveAttribute
Dim value As String
value = instance.AttributeID
instance.AttributeID = value
public string AttributeID { get; set; }
public:
property String^ AttributeID {
String^ get ();
void set (String^ value);
}
member AttributeID : string with get, set
function get AttributeID () : String
function set AttributeID (value : String)
Valor da propriedade
Tipo: System. . :: . .String
An attribute identifier.