Share via


XmlReadSettings.SpecialQuery Property

Gets the process that executes the special query. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property SpecialQuery As XmlReadSpecialQuery
    Get
'Usage
Dim instance As XmlReadSettings
Dim value As XmlReadSpecialQuery

value = instance.SpecialQuery
public XmlReadSpecialQuery SpecialQuery { get; }
public:
property XmlReadSpecialQuery^ SpecialQuery {
    XmlReadSpecialQuery^ get ();
}
member SpecialQuery : XmlReadSpecialQuery
function get SpecialQuery () : XmlReadSpecialQuery

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadSpecialQuery
The special query to call.