Condition.ToFilterStatement Method
Casts a Condition object to a FilterStatement object.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Sintassi
'Dichiarazione
Public Shared Function ToFilterStatement ( _
condition As Condition _
) As FilterStatement
public static FilterStatement ToFilterStatement (
Condition condition
)
public:
static FilterStatement^ ToFilterStatement (
Condition^ condition
)
public static FilterStatement ToFilterStatement (
Condition condition
)
public static function ToFilterStatement (
condition : Condition
) : FilterStatement
Parametri
- condition
The Condition object to cast.
Valore restituito
A FilterStatement object.
Osservazioni
During the cast, the Condition object's Action property is set to Include.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Condition Class
Condition Members
Microsoft.SqlServer.NotificationServices.Rules Namespace