Proprietà XmlReadSpecialQuery.Query

Gets the attribute of the Query. 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
Public ReadOnly Property Query As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The attribute of the Query.

Vedere anche

Riferimento

XmlReadSpecialQuery Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc