FilterPropertyEventArgs-Konstruktor
Initializes a new instance of the FilterPropertyEventArgs class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
instance As SfcInstance, _
propertyName As String _
)
'Usage
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
)
Parameter
- instance
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The object that the property belongs to.
- propertyName
Typ: System. . :: . .String
The name of the property.