Compartir a través de


DataSchemaModel.ScriptSourcedModelElement.PrimarySource (Propiedad)

Obtiene la ubicación del origen principal que define este elemento.

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

Sintaxis

'Declaración
Public ReadOnly Property PrimarySource As ISourceInformation
    Get
public ISourceInformation PrimarySource { get; }
public:
virtual property ISourceInformation^ PrimarySource {
    ISourceInformation^ get () sealed;
}
abstract PrimarySource : ISourceInformation
override PrimarySource : ISourceInformation
final function get PrimarySource () : ISourceInformation

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.ISourceInformation
Ubicación del origen principal.

Implementaciones

IScriptSourcedModelElement.PrimarySource

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaModel.ScriptSourcedModelElement Clase

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

ISourceInformation