Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
A String, up to 260 characters in length, that specifies the name of the assembly that contains the custom content formatter class.
Hinweise
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.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ContentFormatter Class
ContentFormatter Members
Microsoft.SqlServer.Management.Nmo Namespace
Andere Ressourcen
Konfigurieren von Inhaltsformatierern
AssemblyName Element for ContentFormatter (ADF)