ISql90PartitionScheme.PartitionFunction Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property PartitionFunction As ISql90PartitionFunction
'Usage
Dim instance As ISql90PartitionScheme
Dim value As ISql90PartitionFunction
value = instance.PartitionFunction
instance.PartitionFunction = value
ISql90PartitionFunction PartitionFunction { get; set; }
property ISql90PartitionFunction^ PartitionFunction {
ISql90PartitionFunction^ get ();
void set (ISql90PartitionFunction^ value);
}
function get PartitionFunction () : ISql90PartitionFunction
function set PartitionFunction (value : ISql90PartitionFunction)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90PartitionFunction
.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.