ParameterAssignment 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface class ParameterAssignment : Microsoft::SqlServer::Dts::Tasks::ExecutePackageTask::IDTSParameterAssignment
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentClass))]
[System.Runtime.InteropServices.Guid("DE7D0C48-8A4B-4857-BDF1-EBA5E430A64C")]
public interface ParameterAssignment : Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignment
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentClass))]
[System.Runtime.InteropServices.Guid("9C7F9446-DF4D-455F-B91B-E1CE54366CB5")]
public interface ParameterAssignment : Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignment
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentClass))]
[System.Runtime.InteropServices.Guid("2B72431E-36AC-4F18-88A5-9623BD31A687")]
public interface ParameterAssignment : Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignment
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentClass))>]
[<System.Runtime.InteropServices.Guid("DE7D0C48-8A4B-4857-BDF1-EBA5E430A64C")>]
type ParameterAssignment = interface
interface IDTSParameterAssignment
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentClass))>]
[<System.Runtime.InteropServices.Guid("9C7F9446-DF4D-455F-B91B-E1CE54366CB5")>]
type ParameterAssignment = interface
interface IDTSParameterAssignment
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentClass))>]
[<System.Runtime.InteropServices.Guid("2B72431E-36AC-4F18-88A5-9623BD31A687")>]
type ParameterAssignment = interface
interface IDTSParameterAssignment
Public Interface ParameterAssignment
Implements IDTSParameterAssignment
- 衍生
- 屬性
- 實作
屬性
| 名稱 | Description |
|---|---|
| BindedVariableOrParameterName | (繼承來源 IDTSParameterAssignment) |
| ParameterName | (繼承來源 IDTSParameterAssignment) |
方法
| 名稱 | Description |
|---|---|
| Validate(IDTSVariableDispenser100, IDTSComponentEvents100) | (繼承來源 IDTSParameterAssignment) |