Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the value of the specified id within the ValidationOperationCollection.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
id As Long _
) As ValidationOperation
Get
'Utilizzo
Dim instance As ValidationOperationCollection
Dim id As Long
Dim value As ValidationOperation
value = instance(id)
public ValidationOperation this[
long id
] { get; }
public:
property ValidationOperation^ default[long long id] {
ValidationOperation^ get (long long id);
}
member Item : ValidationOperation
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- id
Tipo: System.Int64
The specified id.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
The value of the specified id within the collection.
Vedere anche
Riferimento
ValidationOperationCollection Classe
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices