Partager via


Constructeur FilterPropertyEventArgs

Initializes a new instance of the FilterPropertyEventArgs class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    instance As SfcInstance, _
    propertyName As String _
)
'Utilisation
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
)

Paramètres