Partager via


Propriété SqlObjectBase.SpecialQuery

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property SpecialQuery As SortedList 
    Get
'Utilisation
Dim value As SortedList 

value = Me.SpecialQuery
protected SortedList SpecialQuery { get; }
protected:
property SortedList^ SpecialQuery {
    SortedList^ get ();
}
member SpecialQuery : SortedList
function get SpecialQuery () : SortedList

Valeur de propriété

Type : System.Collections.SortedList
A query used to test a condition.

Voir aussi

Référence

SqlObjectBase Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc