IScriptSourcedModelElement.PrimarySource Property

Gets information about the primary source for the element.

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

Syntax

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

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ISourceInformation
Information about the primary source.

.NET Framework Security

See Also

Reference

IScriptSourcedModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace

ISourceInformation