Właściwość INamedComponent.ID
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Property ID As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String