Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the AttributeID for the current AttributeRelationship.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public Property AttributeID As String
Get
Set
'Uso
Dim instance As AttributeRelationship
Dim value As String
value = instance.AttributeID
instance.AttributeID = value
[BrowsableAttribute(false)]
public string AttributeID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ AttributeID {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member AttributeID : string with get, set
function get AttributeID () : String
function set AttributeID (value : String)
Valor de la propiedad
Tipo: System.String
A String that contains the AttributeID.