Propriedade do RDL SqlMetaData.TypeName
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Public ReadOnly Property TypeName As String
Get
'Uso
Dim instance As SqlMetaData
Dim value As String
value = instance.TypeName
public string TypeName { get; }
public:
property String^ TypeName {
String^ get ();
}
member TypeName : string
function get TypeName () : String
Valor da propriedade
Tipo: System.String