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.