共用方式為


DatabaseID 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property DatabaseID As String
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .String
A database identifier.