Share via


SfcReferenceSelectorAttribute Constructor

Initializes a new instance of the SfcReferenceSelectorAttribute class with the specified field and path expression. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    pathExpression As String, _
    field As String, _
    ParamArray parameters As String() _
)
'Usage
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[]
)

Parameters

  • pathExpression
    Type: System.String
    A string that specifies the path expression.
  • parameters
    Type: array<System.String[]
    Parameters for path expression.