RelationshipEnd.DimensionID 属性
Gets or sets the Dimension identifier for the current relationship.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Property DimensionID As String
Get
Set
用法
Dim instance As RelationshipEnd
Dim value As String
value = instance.DimensionID
instance.DimensionID = value
public string DimensionID { get; set; }
public:
property String^ DimensionID {
String^ get ();
void set (String^ value);
}
member DimensionID : string with get, set
function get DimensionID () : String
function set DimensionID (value : String)
属性值
类型:System.String
The Dimension identifier for the current relationship.