Share via


SqlClrPart.Name Property

Gets the name for the CLR part.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlClrPart Structure

Microsoft.Data.Schema.Sql.SchemaModel Namespace