Classe EnvironmentReferenceCollection
In questo articolo
Represents the collection for environment references.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReferenceCollection
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class EnvironmentReferenceCollection _
Inherits SfcCollatedDictionaryCollection(Of EnvironmentReference, EnvironmentReference.Key, ProjectInfo)
'Utilizzo
Dim instance As EnvironmentReferenceCollection
public sealed class EnvironmentReferenceCollection : SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
public ref class EnvironmentReferenceCollection sealed : public SfcCollatedDictionaryCollection<EnvironmentReference^, EnvironmentReference.Key^, ProjectInfo^>
[<SealedAttribute>]
type EnvironmentReferenceCollection =
class
inherit SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
end
public final class EnvironmentReferenceCollection extends SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
Nel tipo EnvironmentReferenceCollection sono esposti i membri seguenti.
Proprietà
Ascending
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Count
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Initialized
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
IsReadOnly
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
IsSynchronized
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Item[K]
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Item[String, String]
Gets the environment reference from the environment reference collection based upon the specified name and environment folder name.
Parent
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
SyncRoot
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
In alto
Metodi
Add(String)
Adds a local reference to an environment under the current folder with the specified environment name.
Add(T)
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Add(String, String)
Adds a reference to an environment with the specified environment name and folder name.
Clear
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Contains(T)
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Contains(T)
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Contains(String, String)
Returns a value that indicates whether the environment reference collection contains the specified name and environment folder name.
CopyTo(Array, Int32)
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
CopyTo(array<T[], Int32)
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Equals
Ereditato da Object .
GetEnumerator
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
GetHashCode
Ereditato da Object .
GetType
Ereditato da Object .
Refresh()
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Refresh(Boolean)
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Remove(T)
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Remove(String, String)
Removes a reference specified by the environment name and the environment folder name.
RemoveInternal
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
Rename
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ToString
Ereditato da Object .
TryGetValue
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
In alto
Implementazioni esplicite dell'interfaccia
ISfcCollection.Add
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.AddShadow
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
IComparer<K>.Compare
Ereditato da SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
IListSource.ContainsListCollection
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.Count
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.EnsureInitialized
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.FinishMerge
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.GetCollectionElementNameImpl
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.GetElementFactory
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
IEnumerable.GetEnumerator
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.GetExisting
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
IListSource.GetList
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.GetObjectByKey
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.Initialized
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.Parent
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.PrepareMerge
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.Remove
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.RemoveElement
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
ISfcCollection.Rename
Ereditato da SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices