PartitionFunctionParameterCollection.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| Add(PartitionFunctionParameter) | |
| Add(PartitionFunctionParameter, Int32) | |
| Add(PartitionFunctionParameter, String) |
Add(PartitionFunctionParameter)
public void Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter partitionFunctionParameter);
member this.Add : Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter -> unit
Public Sub Add (partitionFunctionParameter As PartitionFunctionParameter)
參數
- partitionFunctionParameter
- PartitionFunctionParameter
適用於
Add(PartitionFunctionParameter, Int32)
public void Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter partitionFunctionParameter, int insertAtPosition);
member this.Add : Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter * int -> unit
Public Sub Add (partitionFunctionParameter As PartitionFunctionParameter, insertAtPosition As Integer)
參數
- partitionFunctionParameter
- PartitionFunctionParameter
- insertAtPosition
- Int32
適用於
Add(PartitionFunctionParameter, String)
public void Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter partitionFunctionParameter, string insertAtColumnName);
member this.Add : Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter * string -> unit
Public Sub Add (partitionFunctionParameter As PartitionFunctionParameter, insertAtColumnName As String)
參數
- partitionFunctionParameter
- PartitionFunctionParameter
- insertAtColumnName
- String