SfcReferenceSelectorAttribute コンストラクター

指定したフィールドおよびパス式を使用して、SfcReferenceSelectorAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    pathExpression As String, _
    field As String, _
    ParamArray parameters As String() _
)
'使用
Dim pathExpression As String 
Dim field As String 
Dim parameters As String()

Dim instance As New SfcReferenceSelectorAttribute(pathExpression, _
    field, parameters)
public SfcReferenceSelectorAttribute(
    string pathExpression,
    string field,
    params string[] parameters
)
public:
SfcReferenceSelectorAttribute(
    String^ pathExpression, 
    String^ field, 
    ... array<String^>^ parameters
)
new : 
        pathExpression:string * 
        field:string * 
        parameters:string[] -> SfcReferenceSelectorAttribute
public function SfcReferenceSelectorAttribute(
    pathExpression : String, 
    field : String, 
    ... parameters : String[]
)

パラメーター

  • pathExpression
    型: System.String
    パス式を示す文字列値です。
  • field
    型: System.String
    フィールドを示す文字列です。
  • parameters
    型: array<System.String[]
    パス式のパラメーターです。

関連項目

参照

SfcReferenceSelectorAttribute クラス

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