Конструктор FilterPropertyEventArgs
Initializes a new instance of the FilterPropertyEventArgs class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
instance As SfcInstance, _
propertyName As String _
)
'Применение
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
)
Параметры
- instance
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The object that the property belongs to.
- propertyName
Тип: System. . :: . .String
The name of the property.
См. также