Constructeur FilterPropertyEventArgs
Initializes a new instance of the FilterPropertyEventArgs class. Ne faites pas directement référence à 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
- instance
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object that the property belongs to.
- propertyName
Type : System.String
The name of the property.