Konstruktor PartitionFunction (Database, String)
Inicjuje nowe wystąpienie PartitionFunction klasy określonej bazy danych i o określonej nazwie.
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 _
)
'Użycie
Dim database As Database
Dim name As String
Dim instance As New PartitionFunction(database, _
name)
public PartitionFunction(
Database database,
string name
)
public:
PartitionFunction(
Database^ database,
String^ name
)
new :
database:Database *
name:string -> PartitionFunction
public function PartitionFunction(
database : Database,
name : String
)
Parameters
- database
Typ: Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database obiekt, który określa bazę danych zawierającą funkcja partycji.
- name
Typ: System. . :: . .String
A String wartość, która określa nazwę funkcja partycji.
Zobacz także