Sdílet prostřednictvím


PartitionScheme.PartitionFunction Property

Gets or sets the name of the partition function used in this partition scheme.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property PartitionFunction As String
    Get
    Set
'Usage
Dim instance As PartitionScheme
Dim value As String

value = instance.PartitionFunction

instance.PartitionFunction = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string PartitionFunction { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ PartitionFunction {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member PartitionFunction : string with get, set
function get PartitionFunction () : String
function set PartitionFunction (value : String)

Property Value

Type: System.String
A String value that specifies the name of the partition function.