Udostępnij przez


ObjectReference.DatabaseID Property

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

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Deklaracja
Public Property DatabaseID As String
public string DatabaseID { get; set; }
public:
property String^ DatabaseID {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DatabaseID ()

/** @property */
public void set_DatabaseID (String value)
public function get DatabaseID () : String

public function set DatabaseID (value : String)

Property Value

A database identifier.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.