다음을 통해 공유


Cube.StorageLocation Property

Gets or sets the storage location for the cube.

네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

구문

‘선언
<EditorAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlElementAttribute(IsNullable:=False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property StorageLocation As String
[EditorAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[XmlElementAttribute(IsNullable=false)] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")] 
public string StorageLocation { get; set; }
[EditorAttribute(L"Microsoft.AnalysisServices.Design.StorageLocationTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[XmlElementAttribute(IsNullable=false)] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")] 
public:
property String^ StorageLocation {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_StorageLocation ()

/** @property */
public void set_StorageLocation (String value)
public function get StorageLocation () : String

public function set StorageLocation (value : String)

속성 값

A String that contains the location of the cube in the file system.

주의

This property contains the default location for the cube. Each partition can override this setting.

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Cube Class
Cube Members
Microsoft.AnalysisServices Namespace