Share via


PartitionFunctionParameter 생성자 (PartitionFunction, DataType)

Initializes a new instance of the PartitionFunctionParameter class with the specified data type and for the specified partition function.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub New ( _
    partitionFunction As PartitionFunction, _
    dataType As DataType _
)
‘사용 방법
Dim partitionFunction As PartitionFunction 
Dim dataType As DataType 

Dim instance As New PartitionFunctionParameter(partitionFunction, _
    dataType)
public PartitionFunctionParameter(
    PartitionFunction partitionFunction,
    DataType dataType
)
public:
PartitionFunctionParameter(
    PartitionFunction^ partitionFunction, 
    DataType^ dataType
)
new : 
        partitionFunction:PartitionFunction * 
        dataType:DataType -> PartitionFunctionParameter
public function PartitionFunctionParameter(
    partitionFunction : PartitionFunction, 
    dataType : DataType
)

매개 변수

파일 그룹 및 파일을 사용하여 데이터 저장

참고 항목

참조

PartitionFunctionParameter 클래스

PartitionFunctionParameter 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE PARTITION FUNCTION(Transact-SQL)