Freigeben über


SfcReferenceCollectionAttribute-Konstruktor (Type)

Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys.

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 _
)
'Usage
Dim resolverType As Type 

Dim instance As New SfcReferenceCollectionAttribute(resolverType)
public SfcReferenceCollectionAttribute(
    Type resolverType
)
public:
SfcReferenceCollectionAttribute(
    Type^ resolverType
)
new : 
        resolverType:Type -> SfcReferenceCollectionAttribute
public function SfcReferenceCollectionAttribute(
    resolverType : Type
)

Parameter

  • resolverType
    Typ: System.Type
    The type to instantiate a resolver from.

Siehe auch

Verweis

SfcReferenceCollectionAttribute Klasse

SfcReferenceCollectionAttribute-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace