FilterPropertyEventArgs コンストラクター

FilterPropertyEventArgs クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
)

パラメーター

  • propertyName
    型: System.String
    プロパティの名前です。

関連項目

参照

FilterPropertyEventArgs クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間