PartitionFunctionParameter 생성자

정의

오버로드

PartitionFunctionParameter()

public PartitionFunctionParameter();
Public Sub New ()

적용 대상

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)

매개 변수

partitionFunction
PartitionFunction

적용 대상

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)

매개 변수

partitionFunction
PartitionFunction
dataType
DataType

적용 대상