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 optional parameter type.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property ParameterType As PartitionParameterType
Get
Set
'Uso
Dim instance As CreatePartitionFunctionStatement
Dim value As PartitionParameterType
value = instance.ParameterType
instance.ParameterType = value
public PartitionParameterType ParameterType { get; set; }
public:
property PartitionParameterType^ ParameterType {
PartitionParameterType^ get ();
void set (PartitionParameterType^ value);
}
member ParameterType : PartitionParameterType with get, set
function get ParameterType () : PartitionParameterType
function set ParameterType (value : PartitionParameterType)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionParameterType
The optional parameter type.
Vea también
Referencia
CreatePartitionFunctionStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom