This topic has not yet been rated - Rate this topic

CreateTypeUdtStatement.AssemblyName Property

SQL Server 2012

Gets or sets the assembly name that implements the user-defined type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration
Public Property AssemblyName As AssemblyName 
	Get 
	Set
'Usage
Dim instance As CreateTypeUdtStatement 
Dim value As AssemblyName 

value = instance.AssemblyName

instance.AssemblyName = value

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.AssemblyName
The assembly name.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.