ISql90SpecifiesStorage.PartitionColumn Property

Gets or sets the partition column.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property PartitionColumn As ISqlColumn
    Get
    Set
'Usage
Dim instance As ISql90SpecifiesStorage
Dim value As ISqlColumn

value = instance.PartitionColumn

instance.PartitionColumn = value
ISqlColumn PartitionColumn { get; set; }
property ISqlColumn^ PartitionColumn {
    ISqlColumn^ get ();
    void set (ISqlColumn^ value);
}
function get PartitionColumn () : ISqlColumn
function set PartitionColumn (value : ISqlColumn)
abstract PartitionColumn : ISqlColumn with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlColumn
Returns a ISqlColumn.

.NET Framework Security

See Also

Reference

ISql90SpecifiesStorage Interface

ISql90SpecifiesStorage Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace