Compartilhar via


Propriedade do RDL PropertySourceSubObjectTypeAttribute.SourceType

Gets the source type that is associated with the attribute.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public ReadOnly Property SourceType As Type 
    Get
'Uso
Dim instance As PropertySourceSubObjectTypeAttribute 
Dim value As Type 

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

Valor da propriedade

Tipo: System.Type
A Type object value that specifies the source type.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

PropertySourceSubObjectTypeAttribute Classe

Namespace Microsoft.SqlServer.Management.Facets