Partilhar via


Propriedade do RDL SfcInvalidForTypeAttribute.ExcludedType

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 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 da propriedade

Tipo: System.Type
The list of excluded types.

Consulte também

Referência

SfcInvalidForTypeAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata