Propriedade do RDL XmlReadSpecialQuery.Query
Gets the attribute of the Query. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property Query As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The attribute of the Query.