Proprietà XmlReadPropertyLink.Filter

Gets the filter string used in the XmlReadProperty. 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 Filter As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

XmlReadPropertyLink Classe

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