Partager via


Constructeur SfcInvalidForTypeAttribute

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    excludedType As Type _
)
'Utilisation
Dim excludedType As Type 

Dim instance As New SfcInvalidForTypeAttribute(excludedType)
public SfcInvalidForTypeAttribute(
    Type excludedType
)
public:
SfcInvalidForTypeAttribute(
    Type^ excludedType
)
new : 
        excludedType:Type -> SfcInvalidForTypeAttribute
public function SfcInvalidForTypeAttribute(
    excludedType : Type
)

Paramètres

  • excludedType
    Type : System.Type
    The list of excluded types for a specific property.

Voir aussi

Référence

SfcInvalidForTypeAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata