Share via


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

See Also

Reference

ElementSource Class

ElementSource Members

Microsoft.Data.Schema.SchemaModel Namespace