Gets or sets the object type of the current execution value parameter set.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
Public Property ObjectType As Short
Get
Set
‘사용 방법
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)
속성 값
유형: System.Int16
The object type of the current execution value parameter set.