Condividi tramite


Proprietà ModelRelationshipClass.Name

Ottiene il nome della relazione.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String
    Get
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
Nome della relazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelRelationshipClass Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel