PartitionFunctionParameterCollection.Add 메서드 (PartitionFunctionParameter)

Adds a PartitionFunctionParameter object to the PartitionFunctionParameterCollection collection.

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

구문

‘선언
Public Sub Add ( _
    partitionFunctionParameter As PartitionFunctionParameter _
)
‘사용 방법
Dim instance As PartitionFunctionParameterCollection 
Dim partitionFunctionParameter As PartitionFunctionParameter

instance.Add(partitionFunctionParameter)
public void Add(
    PartitionFunctionParameter partitionFunctionParameter
)
public:
void Add(
    PartitionFunctionParameter^ partitionFunctionParameter
)
member Add : 
        partitionFunctionParameter:PartitionFunctionParameter -> unit
public function Add(
    partitionFunctionParameter : PartitionFunctionParameter
)

매개 변수

컬렉션 사용

참고 항목

참조

PartitionFunctionParameterCollection 클래스

Add 오버로드

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