Udostępnij przez


Konstruktor FilterPropertyEventArgs

Inicjuje nowe wystąpienie FilterPropertyEventArgs klasyNie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    instance As SfcInstance, _
    propertyName As String _
)
'Użycie
Dim instance As SfcInstance
Dim propertyName As String

Dim instance As New FilterPropertyEventArgs(instance, _
    propertyName)
public FilterPropertyEventArgs(
    SfcInstance instance,
    string propertyName
)
public:
FilterPropertyEventArgs(
    SfcInstance^ instance, 
    String^ propertyName
)
new : 
        instance:SfcInstance * 
        propertyName:string -> FilterPropertyEventArgs
public function FilterPropertyEventArgs(
    instance : SfcInstance, 
    propertyName : String
)

Parametry