Compartir a través de


PackageInfo.ExecutionValueParameterSet.ObjectType Propiedad

Gets or sets the object type of the current execution value parameter set.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public Property ObjectType As Short 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int16
The object type of the current execution value parameter set.

Vea también

Referencia

PackageInfo.ExecutionValueParameterSet Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices