Compartir a través de


SfcInvalidForTypeAttribute.ExcludedType Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property ExcludedType As Type 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Type
The list of excluded types.

Vea también

Referencia

SfcInvalidForTypeAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata