PartitionFunctionParameter Konstruktoren

Definition

Überlädt

PartitionFunctionParameter()

public PartitionFunctionParameter();
Public Sub New ()

Gilt für:

PartitionFunctionParameter(PartitionFunction)

public PartitionFunctionParameter(Microsoft.SqlServer.Management.Smo.PartitionFunction partitionFunction);
new Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter : Microsoft.SqlServer.Management.Smo.PartitionFunction -> Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter
Public Sub New (partitionFunction As PartitionFunction)

Parameter

partitionFunction
PartitionFunction

Gilt für:

PartitionFunctionParameter(PartitionFunction, DataType)

public PartitionFunctionParameter(Microsoft.SqlServer.Management.Smo.PartitionFunction partitionFunction, Microsoft.SqlServer.Management.Smo.DataType dataType);
new Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter : Microsoft.SqlServer.Management.Smo.PartitionFunction * Microsoft.SqlServer.Management.Smo.DataType -> Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter
Public Sub New (partitionFunction As PartitionFunction, dataType As DataType)

Parameter

partitionFunction
PartitionFunction
dataType
DataType

Gilt für: