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 the type of the parameter.
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 BrokerPriorityParameterType
Get
Set
'Uso
Dim instance As BrokerPriorityParameter
Dim value As BrokerPriorityParameterType
value = instance.ParameterType
instance.ParameterType = value
public BrokerPriorityParameterType ParameterType { get; set; }
public:
property BrokerPriorityParameterType ParameterType {
BrokerPriorityParameterType get ();
void set (BrokerPriorityParameterType value);
}
member ParameterType : BrokerPriorityParameterType with get, set
function get ParameterType () : BrokerPriorityParameterType
function set ParameterType (value : BrokerPriorityParameterType)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.BrokerPriorityParameterType
The type of the parameter.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom