IClrDataType.AssemblyName Property
Gets the name of the CLR assembly that contains the type definition.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property AssemblyName As String
Get
'Usage
Dim instance As IClrDataType
Dim value As String
value = instance.AssemblyName
string AssemblyName { get; }
property String^ AssemblyName {
String^ get ();
}
abstract AssemblyName : string
function get AssemblyName () : String
Property Value
Type: System.String
The name of the CLR assembly that contains the type definition.