PartitionFunction Propiedad
Gets or sets the name of the partition function used in this partition scheme.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property PartitionFunction As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the name of the partition function.
Vea también