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 or sets the object type of the current execution value parameter set.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Property ObjectType As Short
Get
Set
'Usage
Dim instance As PackageInfo.ExecutionValueParameterSet
Dim value As Short
value = instance.ObjectType
instance.ObjectType = value
public short ObjectType { get; set; }
public:
property short ObjectType {
short get ();
void set (short value);
}
member ObjectType : int16 with get, set
function get ObjectType () : short
function set ObjectType (value : short)
Property Value
Type: System.Int16
The object type of the current execution value parameter set.
See Also
Reference
PackageInfo.ExecutionValueParameterSet Class
Microsoft.SqlServer.Management.IntegrationServices Namespace