Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
referenceType As Type, _
resolverType As Type, _
methodName As String, _
ParamArray parameters As String() _
)
'Utilizzo
Dim referenceType As Type
Dim resolverType As Type
Dim methodName As String
Dim parameters As String()
Dim instance As New SfcReferenceAttribute(referenceType, _
resolverType, methodName, parameters)
public SfcReferenceAttribute(
Type referenceType,
Type resolverType,
string methodName,
params string[] parameters
)
public:
SfcReferenceAttribute(
Type^ referenceType,
Type^ resolverType,
String^ methodName,
... array<String^>^ parameters
)
new :
referenceType:Type *
resolverType:Type *
methodName:string *
parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
referenceType : Type,
resolverType : Type,
methodName : String,
... parameters : String[]
)
Parametri
- referenceType
Tipo: System.Type
The type reference that describes the Type.
- resolverType
Tipo: System.Type
The type resolver that describes the Type.
- methodName
Tipo: System.String
A string that represents the method name.
- parameters
Tipo: array<System.String[]
A list of given parameters.
Vedere anche
Riferimento
Overload SfcReferenceAttribute
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata