UserDefinedType.AssemblyName Property
SQL Server 2008 R2
Gets or sets the name of the .NET assembly that is required by the referenced alias data type.
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.StringA String value that specifies the name of the assembly that is required by the referenced alias data type.
