Partilhar via


Construtor View

Initializes a new instance of the View object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New
'Uso
Dim instance As New View()
public View()
public:
View()
new : unit -> View
public function View()

Comentários

The default constructor initializes any fields to their default values.

Exemplos

Criando, alterando e removendo exibições

Consulte também

Referência

View Classe

Sobrecarregado View

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Criando e implementando exibições

CREATE VIEW (Transact-SQL)