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
)
パラメーター
- partitionFunctionParameter
型: Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter
PartitionFunctionParameterCollection コレクションから削除するパーティション関数パラメーターを示す PartitionFunctionParameter オブジェクト値です。