Dela via


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

See Also

Reference

ISql90PartitionScheme Interface

ISql90PartitionScheme Members

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