ElementSource.Script Property
Gets the script that caused the generation of this element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Script As String
Get
'Usage
Dim instance As ElementSource
Dim value As String
value = instance.Script
public abstract string Script { get; }
public:
virtual property String^ Script {
String^ get () abstract;
}
abstract function get Script () : String
abstract Script : string
Property Value
Type: System.String
.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.