Partager via


Propriété SfcInvalidForTypeAttribute.ExcludedType

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 ReadOnly Property ExcludedType As Type 
    Get
'Utilisation
Dim instance As SfcInvalidForTypeAttribute 
Dim value As Type 

value = instance.ExcludedType
public Type ExcludedType { get; }
public:
property Type^ ExcludedType {
    Type^ get ();
}
member ExcludedType : Type
function get ExcludedType () : Type

Valeur de propriété

Type : System.Type
The list of excluded types.

Voir aussi

Référence

SfcInvalidForTypeAttribute Classe

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