Compartilhar via


Propriedade do RDL StatementListSnippet.Script

Gets the script of the statement.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Script As String 
    Get 
    Set
'Uso
Dim instance As StatementListSnippet 
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)

Valor da propriedade

Tipo: System.String
The script of the statement.

Consulte também

Referência

StatementListSnippet Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom