Partager via


Add méthode

Adds the specified database role to the collection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    databaseRole As DatabaseRole _
)
'Utilisation
Dim instance As DatabaseRoleCollection
Dim databaseRole As DatabaseRole

instance.Add(databaseRole)
public void Add(
    DatabaseRole databaseRole
)
public:
void Add(
    DatabaseRole^ databaseRole
)
member Add : 
        databaseRole:DatabaseRole -> unit 
public function Add(
    databaseRole : DatabaseRole
)