Gets or sets the pivot column.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property PivotColumn As Identifier
Get
Set
'用途
Dim instance As UnpivotedTableReference
Dim value As Identifier
value = instance.PivotColumn
instance.PivotColumn = value
public Identifier PivotColumn { get; set; }
public:
property Identifier^ PivotColumn {
Identifier^ get ();
void set (Identifier^ value);
}
member PivotColumn : Identifier with get, set
function get PivotColumn () : Identifier
function set PivotColumn (value : Identifier)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The pivot column.