Partilhar via


Propriedade do RDL ModelRelationshipClass.Name

Relationship name.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Property Name As String 
    Get 
    Private Set
'Uso
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)

Valor da propriedade

Tipo: System.String

Consulte também

Referência

ModelRelationshipClass Classe

Namespace Microsoft.SqlServer.Dac.Model