Proprietà SpecialQuery
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected ReadOnly Property SpecialQuery As SortedList
Get
'Utilizzo
Dim value As SortedList
value = Me.SpecialQuery
protected SortedList SpecialQuery { get; }
protected:
property SortedList^ SpecialQuery {
SortedList^ get ();
}
member SpecialQuery : SortedList
function get SpecialQuery () : SortedList
Valore proprietà
Tipo: System.Collections. . :: . .SortedList
A query used to test a condition.
Vedere anche