IDTSPivotDesign100.CreateNewOutputColumnsFromPivotKeyValueList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates new output columns from pivot key value list.
public:
void CreateNewOutputColumnsFromPivotKeyValueList(int lPivotValueColumnID, System::String ^ bstrPivotKeyValueList);
[System.Runtime.InteropServices.DispId(1610743808)]
public void CreateNewOutputColumnsFromPivotKeyValueList (int lPivotValueColumnID, string bstrPivotKeyValueList);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member CreateNewOutputColumnsFromPivotKeyValueList : int * string -> unit
Public Sub CreateNewOutputColumnsFromPivotKeyValueList (lPivotValueColumnID As Integer, bstrPivotKeyValueList As String)
Parameters
- lPivotValueColumnID
- Int32
The pivot value column ID to create.
- bstrPivotKeyValueList
- String
A list of pivot key values.
- Attributes