Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the environment references.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EnvironmentReference))> _
Public ReadOnly Property References As EnvironmentReferenceCollection
Get
'Usage
Dim instance As ProjectInfo
Dim value As EnvironmentReferenceCollection
value = instance.References
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EnvironmentReference))]
public EnvironmentReferenceCollection References { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(EnvironmentReference))]
public:
property EnvironmentReferenceCollection^ References {
EnvironmentReferenceCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EnvironmentReference))>]
member References : EnvironmentReferenceCollection
function get References () : EnvironmentReferenceCollection
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReferenceCollection
The environment references.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace