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 the element source for an element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property ElementSource As ElementSource
'Usage
Dim instance As IScriptSourcedElement
Dim value As ElementSource
value = instance.ElementSource
ElementSource ElementSource { get; }
property ElementSource^ ElementSource {
ElementSource^ get ();
}
function get ElementSource () : ElementSource
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ElementSource
Returns a ElementSource.
.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.