Udostępnij przez


Database.DbStorageLocation Property

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

Syntax

'Deklaracja
<XmlElementAttribute(IsNullable:=False, Namespace:="https://schemas.microsoft.com/analysisservices/2008/engine/100/100")> _
<ReadOnlyAttribute(True)> _
Public Property DbStorageLocation As String
[XmlElementAttribute(IsNullable=false, Namespace="https://schemas.microsoft.com/analysisservices/2008/engine/100/100")] 
[ReadOnlyAttribute(true)] 
public string DbStorageLocation { get; set; }
[XmlElementAttribute(IsNullable=false, Namespace=L"https://schemas.microsoft.com/analysisservices/2008/engine/100/100")] 
[ReadOnlyAttribute(true)] 
public:
property String^ DbStorageLocation {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DbStorageLocation ()

/** @property */
public void set_DbStorageLocation (String value)
public function get DbStorageLocation () : String

public function set DbStorageLocation (value : String)

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.