Partilhar via


Propriedade do RDL XmlReadPropertyLink.Filter

Gets the filter string used in the XmlReadProperty. 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 Filter As String 
    Get
'Uso
Dim instance As XmlReadPropertyLink 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A string that represents the filter method.

Consulte também

Referência

XmlReadPropertyLink Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc