Proprietà SqlSourceInformation.IsPrimary

Ottiene un valore che indica se questo è il database di origine primario per l'elemento.

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

Sintassi

'Dichiarazione
Public ReadOnly Property IsPrimary As Boolean
    Get
public bool IsPrimary { get; }
public:
virtual property bool IsPrimary {
    bool get () sealed;
}
abstract IsPrimary : bool
override IsPrimary : bool
final function get IsPrimary () : boolean

Valore proprietà

Tipo: System.Boolean

Implementa

ISourceInformation.IsPrimary

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSourceInformation Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel