Méthode ExtendedPropertyCollection.Add

Adds an ExtendedProperty object to the ExtendedPropertyCollection collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    extendedProperty As ExtendedProperty _
)
'Utilisation
Dim instance As ExtendedPropertyCollection 
Dim extendedProperty As ExtendedProperty

instance.Add(extendedProperty)
public void Add(
    ExtendedProperty extendedProperty
)
public:
void Add(
    ExtendedProperty^ extendedProperty
)
member Add : 
        extendedProperty:ExtendedProperty -> unit
public function Add(
    extendedProperty : ExtendedProperty
)

Paramètres

Exemples

Utilisation de collections

Voir aussi

Référence

ExtendedPropertyCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo