Partager via


Propriété SelectStatementSnippet.Script

Gets the script of the statement.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Script As String 
    Get 
    Set
'Utilisation
Dim instance As SelectStatementSnippet 
Dim value As String 

value = instance.Script

instance.Script = value
public string Script { get; set; }
public:
property String^ Script {
    String^ get ();
    void set (String^ value);
}
member Script : string with get, set
function get Script () : String 
function set Script (value : String)

Valeur de propriété

Type : System.String
The script of the statement.

Voir aussi

Référence

SelectStatementSnippet Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom