Udostępnij przez


Konstruktor SfcReferenceAttribute (Type, Type, String, array<String[])

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    referenceType As Type, _
    resolverType As Type, _
    methodName As String, _
    ParamArray parameters As String() _
)
'Użycie
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[]
)

Parametry

  • referenceType
    Typ: System.Type
    Typ odwołania, opisujące typ.
  • resolverType
    Typ: System.Type
    Resolver typ, opisujące typ.
  • methodName
    Typ: System.String
    Ciąg, który reprezentuje nazwę metoda.