次の方法で共有


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[]
)

パラメーター