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 a value that indicates whether the parameter can take DEFAULT or ANY as values.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property IsDefaultOrAny As BrokerPriorityParameterSpecialType
Get
Set
'Uso
Dim instance As BrokerPriorityParameter
Dim value As BrokerPriorityParameterSpecialType
value = instance.IsDefaultOrAny
instance.IsDefaultOrAny = value
public BrokerPriorityParameterSpecialType IsDefaultOrAny { get; set; }
public:
property BrokerPriorityParameterSpecialType IsDefaultOrAny {
BrokerPriorityParameterSpecialType get ();
void set (BrokerPriorityParameterSpecialType value);
}
member IsDefaultOrAny : BrokerPriorityParameterSpecialType with get, set
function get IsDefaultOrAny () : BrokerPriorityParameterSpecialType
function set IsDefaultOrAny (value : BrokerPriorityParameterSpecialType)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.BrokerPriorityParameterSpecialType
A value that indicates whether the parameter is a DEFAULT or ANY as values.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom