Поделиться через


Свойство Dimension.DependsOnDimensionID

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<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
The internal identifier of the dimension in which the current dimension depends on.

См. также

Справочник

Dimension Класс

Пространство имен Microsoft.AnalysisServices