Propriedade do RDL PartitionFunction.RangeType
Gets or sets the placement of boundary values in relation to the interval.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property RangeType As RangeType
Get
Set
'Uso
Dim instance As PartitionFunction
Dim value As RangeType
value = instance.RangeType
instance.RangeType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public RangeType RangeType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property RangeType RangeType {
RangeType get ();
void set (RangeType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member RangeType : RangeType with get, set
function get RangeType () : RangeType
function set RangeType (value : RangeType)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.RangeType
A RangeType object that represents the range type.
Exemplos
Usando grupos de arquivos e arquivos para armazenar dados
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo