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.
Gets the parameters of the project.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ParameterInfo))> _
Public ReadOnly Property Parameters As ParameterCollection
Get
'Usage
Dim instance As ProjectInfo
Dim value As ParameterCollection
value = instance.Parameters
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ParameterInfo))]
public ParameterCollection Parameters { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(ParameterInfo))]
public:
property ParameterCollection^ Parameters {
ParameterCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ParameterInfo))>]
member Parameters : ParameterCollection
function get Parameters () : ParameterCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.IntegrationServices.ParameterCollection
The parameters of the project.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace