Freigeben über


XmlReadSpecialQuery.Query-Eigenschaft

Gets the attribute of the Query. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public ReadOnly Property Query As String 
    Get
'Usage
Dim instance As XmlReadSpecialQuery 
Dim value As String 

value = instance.Query
public string Query { get; }
public:
property String^ Query {
    String^ get ();
}
member Query : string
function get Query () : String

Eigenschaftswert

Typ: System.String
The attribute of the Query.

Siehe auch

Verweis

XmlReadSpecialQuery Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace