ISourceInformation.IsPrimary (Propiedad)

Obtiene un valor que indica si el origen es el origen principal del elemento.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean
true si el origen es el principal; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ISourceInformation Interfaz

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

IModelElement