SfcReferenceAttribute Constructor (Type, array<String )
Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters.
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 ( _
resolverType As Type, _
parameters As String() _
)
'Usage
Dim resolverType As Type
Dim parameters As String()
Dim instance As New SfcReferenceAttribute(resolverType, _
parameters)
public SfcReferenceAttribute(
Type resolverType,
string[] parameters
)
public:
SfcReferenceAttribute(
Type^ resolverType,
array<String^>^ parameters
)
new :
resolverType:Type *
parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
resolverType : Type,
parameters : String[]
)
Parameters
- resolverType
Type: System.Type
The type to instantiate a resolver from.
- parameters
Type: array<System.String[]
The parameters for the resolver method.