SqlMetaData.TypeName Propriedade

Definição

Obtém o nome de três partes do UDT (tipo definido pelo usuário) ou o tipo do SQL Server representado pela instância.Gets the three-part name of the user-defined type (UDT) or the SQL Server type represented by the instance.

public:
 property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
member this.TypeName : string
Public ReadOnly Property TypeName As String

Valor da propriedade

String

O nome do tipo UDT ou SQL Server como um String .The name of the UDT or SQL Server type as a String.

Comentários

O valor padrão é null.The default value is null.

Aplica-se a