ContentFormatter.AssemblyName Property

Gets or sets the name of the assembly that contains the custom content formatter class.

Namespace: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Property AssemblyName As String
public string AssemblyName { get; set; }
public:
property String^ AssemblyName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_AssemblyName ()

/** @property */
public void set_AssemblyName (String value)
public function get AssemblyName () : String

public function set AssemblyName (value : String)

Property Value

A String, up to 260 characters in length, that specifies the name of the assembly that contains the custom content formatter class.

Remarks

Only specify the assembly name if using a custom content formatter. You do not need to specify the assembly name for the built-in XSLT content formatter. The AssemblyName value can be either the full path to the assembly or the fully-qualified assembly name.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ContentFormatter Class
ContentFormatter Members
Microsoft.SqlServer.Management.Nmo Namespace

Other Resources

Configuring Content Formatters
AssemblyName Element for ContentFormatter (ADF)