Propriété ID
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Property ID As String
Get
Set
'Utilisation
Dim instance As INamedComponent
Dim value As String
value = instance.ID
instance.ID = value
string ID { get; set; }
property String^ ID {
String^ get ();
void set (String^ value);
}
abstract ID : string with get, set
function get ID () : String
function set ID (value : String)
Valeur de propriété
Type : System. . :: . .String