共用方式為


SfcReferenceAttribute 建構函式 (Type)

Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Sub New ( _
    resolverType As Type _
)
'用途
Dim resolverType As Type 

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

參數

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

請參閱

參考

SfcReferenceAttribute 類別

SfcReferenceAttribute 多載

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空間