Construtor 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.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
instance As SfcInstance, _
propertyName As String _
)
'Uso
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
)
Parâmetros
- instance
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object that the property belongs to.
- propertyName
Tipo: System.String
The name of the property.