IMutableClrDataType.AssemblyName Property
Gets or sets 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
Property AssemblyName As String
Get
Set
'Usage
Dim instance As IMutableClrDataType
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
string AssemblyName { get; set; }
property String^ AssemblyName {
String^ get ();
void set (String^ value);
}
abstract AssemblyName : string with get, set
function get AssemblyName () : String
function set AssemblyName (value : String)
Property Value
Type: System.String
The name of the CLR assembly that contains the type definition.