Compartilhar via


Construtor SfcObjectAttribute (Type, SfcObjectFlags)

Initializes a new instance of the SfcObjectAttribute class with the specified flag and the type contains. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    containsType As Type, _
    flags As SfcObjectFlags _
)
'Uso
Dim containsType As Type
Dim flags As SfcObjectFlags

Dim instance As New SfcObjectAttribute(containsType, _
    flags)
public SfcObjectAttribute(
    Type containsType,
    SfcObjectFlags flags
)
public:
SfcObjectAttribute(
    Type^ containsType, 
    SfcObjectFlags flags
)
new : 
        containsType:Type * 
        flags:SfcObjectFlags -> SfcObjectAttribute
public function SfcObjectAttribute(
    containsType : Type, 
    flags : SfcObjectFlags
)

Parâmetros