This topic has not yet been rated - Rate this topic

UserDefinedType.AssemblyName Property

Gets or sets the name of the .NET assembly that is required by the referenced alias data type.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[CLSCompliantAttribute(false)]
[SfcReferenceAttribute(typeof(SqlAssembly), "Server[@Name = '{0}']/Database[@Name = '{1}']/SqlAssembly[@Name = '{2}']", 
	)]
public string AssemblyName { get; set; }

Property Value

Type: System.String
A String value that specifies the name of the assembly that is required by the referenced alias data type.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.