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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql90SpecifiesStorage Interface