Partager via


ContentFormatter.AssemblyName Property

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

Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Notes

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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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

Autres ressources

Configuration des modules de formatage de contenu
AssemblyName Element for ContentFormatter (ADF)