DependsOnDimensionID プロパティ
現在のディメンションが依存しているディメンションのディメンション内部識別子を取得します。値の設定も可能です。「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
現在のディメンションが依存しているディメンションの内部識別子を含む String 値です。