次の方法で共有


RelationshipType プロパティ

リレーションシップの RelationshipType の定義を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property RelationshipType As RelationshipType
    Get
    Set
'使用
Dim instance As AttributeRelationship
Dim value As RelationshipType

value = instance.RelationshipType

instance.RelationshipType = value
public RelationshipType RelationshipType { get; set; }
public:
property RelationshipType RelationshipType {
    RelationshipType get ();
    void set (RelationshipType value);
}
member RelationshipType : RelationshipType with get, set
function get RelationshipType () : RelationshipType
function set RelationshipType (value : RelationshipType)

プロパティ値

型: Microsoft.AnalysisServices. . :: . .RelationshipType
RelationshipType 列挙値です。

説明

RelationshipType の値は、Flexible または Rigid です。