Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Copies the current application role collection to the specified application role array at the specified index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As ApplicationRole(), _
index As Integer _
)
'Usage
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
)
Parameter
- array
Typ: array<Microsoft.SqlServer.Management.Smo.ApplicationRole[]
The array of application roles to which the collection will be added.
- index
Typ: System.Int32
The index of the application role array at which the collection roles will be added.