Share via


IScriptSourcedModelElement.PrimarySource (Propiedad)

Obtiene información sobre el origen principal para el elemento.

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

Sintaxis

'Declaración
ReadOnly Property PrimarySource As ISourceInformation
    Get
ISourceInformation PrimarySource { get; }
property ISourceInformation^ PrimarySource {
    ISourceInformation^ get ();
}
abstract PrimarySource : ISourceInformation
function get PrimarySource () : ISourceInformation

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.ISourceInformation
Información sobre el origen principal.

Seguridad de .NET Framework

Vea también

Referencia

IScriptSourcedModelElement Interfaz

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

ISourceInformation