UserDefinedType.AssemblyName Property
SQL Server 2012
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)] [SfcReferenceAttribute(typeof(SqlAssembly), "Server[@Name = '{0}']/Database[@Name = '{1}']/SqlAssembly[@Name = '{2}']", )] [CLSCompliantAttribute(false)] public string AssemblyName { get; set; }
Property Value
Type: System.StringA String value that specifies the name of the assembly that is required by the referenced alias data type.
