FileGroupOrPartitionScheme::PartitionSchemeColumns Property
SQL Server 2012
Gets the column names for the partition scheme.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property IList<Identifier^>^ PartitionSchemeColumns { IList<Identifier^>^ get (); }
Property Value
Type: System.Collections.Generic::IList<Identifier>The collection of column names for the partition scheme.
