Konstruktor View (Database, String, String)
Inicjuje nowe wystąpienie View obiekt z określonej bazy danych i z określoną nazwą i schematu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
database As Database, _
name As String, _
schema As String _
)
'Użycie
Dim database As Database
Dim name As String
Dim schema As String
Dim instance As New View(database, _
name, schema)
public View(
Database database,
string name,
string schema
)
public:
View(
Database^ database,
String^ name,
String^ schema
)
new :
database:Database *
name:string *
schema:string -> View
public function View(
database : Database,
name : String,
schema : String
)
Parameters
- database
Typ: Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database wartość obiektu, który określa bazę danych, na których należy utworzyć widok.
- name
Typ: System. . :: . .String
A String wartość określająca schematu dla widoku.
- schema
Typ: System. . :: . .String
A String wartość, która określa nazwę widoku.
Zobacz także