Construtor SfcReferenceAttribute (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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
resolverType As Type, _
parameters As String() _
)
'Uso
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[]
)
Parâmetros
- resolverType
Tipo: System.Type
The type to instantiate a resolver from.
- parameters
Tipo: array<System.String[]
The parameters for the resolver method.