다음을 통해 공유


DependsOnDimensionID 속성

Gets or sets the dimension internal identifier of a dimension that the current dimension depends on. See DependsOnDimension.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property DependsOnDimensionID As String
    Get
    Set
‘사용 방법
Dim instance As Dimension
Dim value As String

value = instance.DependsOnDimensionID

instance.DependsOnDimensionID = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")]
public string DependsOnDimensionID { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ DependsOnDimensionID {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")>]
member DependsOnDimensionID : string with get, set
function get DependsOnDimensionID () : String
function set DependsOnDimensionID (value : String)

속성 값

형식: System. . :: . .String
A String value with the internal identifier of the dimension that the current dimension depends on.