ISql90ClrClassDefined.ClassName Property

Gets or sets the name of the SQL Server SQL CLR class.

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

Syntax

'Declaration
Property ClassName As String
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90ClrClassDefined Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace