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.
Copies the current application role collection to the specified application role array at the specified index.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub CopyTo ( _
array As ApplicationRole(), _
index As Integer _
)
'Utilisation
Dim instance As ApplicationRoleCollection
Dim array As ApplicationRole()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
ApplicationRole[] array,
int index
)
public:
void CopyTo(
array<ApplicationRole^>^ array,
int index
)
member CopyTo :
array:ApplicationRole[] *
index:int -> unit
public function CopyTo(
array : ApplicationRole[],
index : int
)
Paramètres
- array
Type : array<Microsoft.SqlServer.Management.Smo.ApplicationRole[]
The array of application roles to which the collection will be added.
- index
Type : System.Int32
The index of the application role array at which the collection roles will be added.