Freigeben über


IScriptSourcedModelElement.PrimarySource-Eigenschaft

Ruft Informationen zur primären Quelle des Elements ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.SchemaModel.ISourceInformation
Informationen zur primären Quelle.

.NET Framework-Sicherheit

Siehe auch

Referenz

IScriptSourcedModelElement Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

ISourceInformation