Método Insert (Int32, String)
Creates and inserts a MiningStructurePermission, with the specified identifier, into the collection at the specified index.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Insert ( _
index As Integer, _
roleId As String _
) As MiningStructurePermission
'Uso
Dim instance As MiningStructurePermissionCollection
Dim index As Integer
Dim roleId As String
Dim returnValue As MiningStructurePermission
returnValue = instance.Insert(index, roleId)
public MiningStructurePermission Insert(
int index,
string roleId
)
public:
MiningStructurePermission^ Insert(
int index,
String^ roleId
)
member Insert :
index:int *
roleId:string -> MiningStructurePermission
public function Insert(
index : int,
roleId : String
) : MiningStructurePermission
Parâmetros
- index
Tipo: System. . :: . .Int32
The zero-based index at which to insert the new MiningStructurePermission.
- roleId
Tipo: System. . :: . .String
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .MiningStructurePermission
A new, empty MiningStructurePermission.
Exceções
Exceção | Condição |
---|---|
ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Consulte também