Share via


ISourceInformation.Script Property

Gets the script that generated the source file.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property Script As String
string Script { get; }
property String^ Script {
    String^ get ();
}
abstract Script : string
function get Script () : String

Property Value

Type: System.String
A string that contains the script that generated the source file.

.NET Framework Security

See Also

Reference

ISourceInformation Interface

Microsoft.Data.Schema.SchemaModel Namespace

ScriptDom

IModelElement