Interface IDTSParameterAssignment
Provides properties for passing parameter to the package task.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (em Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")> _
Public Interface IDTSParameterAssignment
'Uso
Dim instance As IDTSParameterAssignment
[GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")]
public interface IDTSParameterAssignment
[GuidAttribute(L"F366CFD6-6D83-4C8D-809F-282A673D92A1")]
public interface class IDTSParameterAssignment
[<GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")>]
type IDTSParameterAssignment = interface end
public interface IDTSParameterAssignment
O tipo IDTSParameterAssignment expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BindedVariableOrParameterName | Gets or sets the binded variable or parameter name. | |
ParameterName | Gets or sets the name of parameter. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Validate | Verifies whether binded variables exist. |
Início