Proprietà SfcInvalidForTypeAttribute.ExcludedType

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ExcludedType As Type 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Type
The list of excluded types.

Vedere anche

Riferimento

SfcInvalidForTypeAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata