ISourceInformation.IsPrimary-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Quelle die primäre Quelle für das Element ist.

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

Syntax

'Declaration
ReadOnly Property IsPrimary As Boolean
    Get
bool IsPrimary { get; }
property bool IsPrimary {
    bool get ();
}
abstract IsPrimary : bool
function get IsPrimary () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn die Quelle die primäre Quelle ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISourceInformation Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

IModelElement