Condividi tramite


Proprietà ISqlView.QueryScript

Ottiene o imposta lo script che definisce la vista.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property QueryScript As SqlScriptProperty
    Get
    Set
SqlScriptProperty QueryScript { get; set; }
property SqlScriptProperty^ QueryScript {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract QueryScript : SqlScriptProperty with get, set
function get QueryScript () : SqlScriptProperty
function set QueryScript (value : SqlScriptProperty)

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlView Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel