UnpivotedTableReference.PivotColumn 属性
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.