Partager via


SubscriptionFieldCollection.Remove Method (SubscriptionField)

Removes the specified SubscriptionField 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 ( _
    subscriptionField As SubscriptionField _
)
public void Remove (
    SubscriptionField subscriptionField
)
public:
void Remove (
    SubscriptionField^ subscriptionField
)
public void Remove (
    SubscriptionField subscriptionField
)
public function Remove (
    subscriptionField : SubscriptionField
)

Paramètres

Notes

If you remove a field from a deployed application, updating the instance re-creates the subscription class to which it corresponds. A new subscription table is created, and the existing subscription tables are renamed by appending "Old" to the table names. Existing subscription table indexes are left unchanged.

Use the Update method to update the instance.

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

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

Autres ressources

Définition du schéma d'abonnement
Field Element for Schema/Fields (ADF)