Partilhar via


Propriedade ISql90ClrProperty.ClrName

Obtém ou define o nome da propriedade.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property ClrName As String
    Get
    Set
string ClrName { get; set; }
property String^ ClrName {
    String^ get ();
    void set (String^ value);
}
abstract ClrName : string with get, set
function get ClrName () : String
function set ClrName (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90ClrProperty Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel