SqlSourceInformation.IsPrimary-Eigenschaft

Ruft einen Wert ab, der angibt, ob es sich hierbei um die primäre Quelle des Elements handelt.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: System.Boolean

Implementiert

ISourceInformation.IsPrimary

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSourceInformation Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace