PartitionFunctionParameterCollection.Add メソッド (PartitionFunctionParameter)

PartitionFunctionParameter オブジェクトを PartitionFunctionParameterCollection コレクションに追加します。

名前空間:  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 名前空間