Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
IScriptSourcedModelElement Interface