ModelRelationshipClass.Name 属性

Relationship 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 命名空间