Proprietà Project.Parameters

Gets the collection of the project parameters.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parameters As Parameters 
    Get
'Utilizzo
Dim instance As Project 
Dim value As Parameters 

value = instance.Parameters
public Parameters Parameters { get; }
public:
property Parameters^ Parameters {
    Parameters^ get ();
}
member Parameters : Parameters
function get Parameters () : Parameters

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Parameters
The collection of the project parameters.

Vedere anche

Riferimento

Project Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime