Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the SfcReferenceSelectorAttribute class with the specified field and path expression. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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[]
)
Parameter
- pathExpression
Typ: System.String
A string that specifies the path expression.
- field
Typ: System.String
A string that specifies the field.
- parameters
Typ: array<System.String[]
Parameters for path expression.