Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the sequence number of a parameter in a method signature.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public ReadOnly Property SequenceNumber As Integer
Get
'Usage
Dim instance As DTSParamInfo
Dim value As Integer
value = instance.SequenceNumber
public int SequenceNumber { get; }
public:
property int SequenceNumber {
int get ();
}
member SequenceNumber : int
function get SequenceNumber () : int
Property Value
Type: System.Int32
A value that indicates the sequence number of the parameter in the method signature.