Classe FilterPropertyEventArgs
Provides data for the FilterPropertyHandler event. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Sdk.Sfc.FilterPropertyEventArgs
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Class FilterPropertyEventArgs _
Inherits EventArgs
'Uso
Dim instance As FilterPropertyEventArgs
public class FilterPropertyEventArgs : EventArgs
public ref class FilterPropertyEventArgs : public EventArgs
type FilterPropertyEventArgs =
class
inherit EventArgs
end
public class FilterPropertyEventArgs extends EventArgs
O tipo FilterPropertyEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
FilterPropertyEventArgs | Initializes a new instance of the FilterPropertyEventArgs class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Instance | Gets the object that the property belongs to. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
PropertyName | Gets the name of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.