Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the type of the object.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectType As Nullable(Of Short)
Get
'Применение
Dim instance As Operation
Dim value As Nullable(Of Short)
value = instance.ObjectType
[SfcPropertyAttribute(Data = true)]
public Nullable<short> ObjectType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<short> ObjectType {
Nullable<short> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectType : Nullable<int16>
function get ObjectType () : Nullable<short>
Значение свойства
Тип: System.Nullable<Int16>
The type of the object.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices