Propriété AttributeID
Gets or sets the attribute identifier associated with a PerspectiveAttribute object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property AttributeID As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
An attribute identifier.