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.