Share via


SfcObjectAttribute Constructor (Type)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Dim instance As New SfcObjectAttribute(containsType)
public SfcObjectAttribute(
    Type containsType
)
public:
SfcObjectAttribute(
    Type^ containsType
)
new : 
        containsType:Type -> SfcObjectAttribute
public function SfcObjectAttribute(
    containsType : Type
)

Parameters