Constructeur View

Initializes a new instance of the View object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New
'Utilisation
Dim instance As New View()
public View()
public:
View()
new : unit -> View
public function View()

Notes

The default constructor initializes any fields to their default values.

Exemples

Création, modification et suppression de vues

Voir aussi

Référence

View Classe

Surcharge View

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Conception et mise en œuvre de vues

CREATE VIEW (Transact-SQL)