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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataSchemaModel.ScriptSourcedModelElement Class