Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the boundary side for boundary values.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property Range As PartitionFunctionRange
Get
Set
'Uso
Dim instance As CreatePartitionFunctionStatement
Dim value As PartitionFunctionRange
value = instance.Range
instance.Range = value
public PartitionFunctionRange Range { get; set; }
public:
property PartitionFunctionRange Range {
PartitionFunctionRange get ();
void set (PartitionFunctionRange value);
}
member Range : PartitionFunctionRange with get, set
function get Range () : PartitionFunctionRange
function set Range (value : PartitionFunctionRange)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionFunctionRange
The boundary side for boundary values.
Vea también
Referencia
CreatePartitionFunctionStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom