DbStorageLocation 속성
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Property DbStorageLocation As String
Get
Set
‘사용 방법
Dim instance As Database
Dim value As String
value = instance.DbStorageLocation
instance.DbStorageLocation = value
public string DbStorageLocation { get; set; }
public:
property String^ DbStorageLocation {
String^ get ();
void set (String^ value);
}
member DbStorageLocation : string with get, set
function get DbStorageLocation () : String
function set DbStorageLocation (value : String)