Metodo Add
Add the specified application role to the collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
applicationRole As ApplicationRole _
)
'Utilizzo
Dim instance As ApplicationRoleCollection
Dim applicationRole As ApplicationRole
instance.Add(applicationRole)
public void Add(
ApplicationRole applicationRole
)
public:
void Add(
ApplicationRole^ applicationRole
)
member Add :
applicationRole:ApplicationRole -> unit
public function Add(
applicationRole : ApplicationRole
)
Parametri
- applicationRole
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ApplicationRole
A ApplicationRole object that specifies the application role to add to the collection.
Vedere anche