Propriété DatabaseID

Gets or sets the identifier for the database in which the object resides.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property DatabaseID As String
    Get
    Set
'Utilisation
Dim instance As ObjectReference
Dim value As String

value = instance.DatabaseID

instance.DatabaseID = value
public string DatabaseID { get; set; }
public:
property String^ DatabaseID {
    String^ get ();
    void set (String^ value);
}
member DatabaseID : string with get, set
function get DatabaseID () : String
function set DatabaseID (value : String)

Valeur de propriété

Type : System. . :: . .String
A database identifier.