Compartir a través de


PropertySourceSubObjectTypeAttribute.SourceType Propiedad

Gets the source type that is associated with the attribute.

Espacio de nombres:  Microsoft.SqlServer.Management.Facets
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

PropertySourceSubObjectTypeAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Facets