DataSchemaModel.ScriptSourcedModelElement.PrimarySource Property

Gets the location of the primary source that defines this element.

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

Syntax

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

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ISourceInformation
The primary source location.

Implements

IScriptSourcedModelElement.PrimarySource

.NET Framework Security

See Also

Reference

DataSchemaModel.ScriptSourcedModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace

ISourceInformation