Project.Parameters 屬性
Gets the collection of the project parameters.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public ReadOnly Property Parameters As Parameters
Get
'用途
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
屬性值
型別:Microsoft.SqlServer.Dts.Runtime.Parameters
The collection of the project parameters.