Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Removes the specified SubscriptionClass object from the collection.
Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
subscriptionClass As SubscriptionClass _
)
public void Remove (
SubscriptionClass subscriptionClass
)
public:
void Remove (
SubscriptionClass^ subscriptionClass
)
public void Remove (
SubscriptionClass subscriptionClass
)
public function Remove (
subscriptionClass : SubscriptionClass
)
Paramètres
- subscriptionClass
Removes the specified SubscriptionClass object from the collection.
Notes
If you remove a subscription class from a deployed application, updating the instance removes the subscription class and renames the existing subscription tables by appending Old to the table name. Existing subscription table indexes are left unchanged.
Use the Update method to update the instance and apply the changes.
If you want to transfer data between the old and new subscription tables, it must be done manually. For more information, see Mise à jour d'une application.
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
SubscriptionClassCollection Class
SubscriptionClassCollection Members
Microsoft.SqlServer.Management.Nmo Namespace
Autres ressources
Définition de classes d'abonnement
SubscriptionClass Element (ADF)