Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the Federation class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
database As Database, _
name As String, _
distributionName As String, _
dataType As DataType, _
distributionType As DistributionType _
)
'Usage
Dim database As Database
Dim name As String
Dim distributionName As String
Dim dataType As DataType
Dim distributionType As DistributionType
Dim instance As New Federation(database, _
name, distributionName, dataType, _
distributionType)
public Federation(
Database database,
string name,
string distributionName,
DataType dataType,
DistributionType distributionType
)
public:
Federation(
Database^ database,
String^ name,
String^ distributionName,
DataType^ dataType,
DistributionType distributionType
)
new :
database:Database *
name:string *
distributionName:string *
dataType:DataType *
distributionType:DistributionType -> Federation
public function Federation(
database : Database,
name : String,
distributionName : String,
dataType : DataType,
distributionType : DistributionType
)
Parameters
- database
Type: Microsoft.SqlServer.Management.Smo.Database
The Database in which the Federation will be created.
- name
Type: System.String
The name of the federation.
- distributionName
Type: System.String
The name for the federation key.
- dataType
Type: Microsoft.SqlServer.Management.Smo.DataType
The type name for federation key type.
- distributionType
Type: Microsoft.SqlServer.Management.Smo.DistributionType
The type of partitioning.