次の方法で共有


ModelRelationshipClass.Name プロパティ

リレーションシップ名。

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public Property Name As String 
    Get 
    Private Set
'使用
Dim instance As ModelRelationshipClass 
Dim value As String 

value = instance.Name
public string Name { get; private set; }
public:
property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
member Name : string with get, private set
function get Name () : String 
private function set Name (value : String)

プロパティ値

型: System.String

関連項目

参照

ModelRelationshipClass クラス

Microsoft.SqlServer.Dac.Model 名前空間