Partilhar via


Propriedade ISql90ClrClassDefined.ClassName

Obtém ou define o nome da SQL Server classe de SQL de CLR.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90ClrClassDefined Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel