Dela via


ISql90SpecifiesStorage.PartitionColumn Property

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

Syntax

'Declaration
Property PartitionColumn As ISqlColumn
'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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SpecifiesStorage Interface

ISql90SpecifiesStorage Members

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