Partager via


ISqlView.QueryScript, propriété

Obtient ou définit le script qui définit la vue.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISqlView Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms