PartitionScheme.PartitionFunction Property
PartitionFunction relationship class of PartitionScheme
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Shared Property PartitionFunction As ModelRelationshipClass
Get
Friend Set
'Usage
Dim value As ModelRelationshipClass
value = PartitionScheme.PartitionFunction
public static ModelRelationshipClass PartitionFunction { get; internal set; }
public:
static property ModelRelationshipClass^ PartitionFunction {
ModelRelationshipClass^ get ();
internal: void set (ModelRelationshipClass^ value);
}
static member PartitionFunction : ModelRelationshipClass with get, internal set
static function get PartitionFunction () : ModelRelationshipClass
internal static function set PartitionFunction (value : ModelRelationshipClass)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass