Поделиться через


Свойство BodyStartIndex

Gets the index value that represents the start of the data definition language (DDL) trigger text body.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property BodyStartIndex As Integer
    Get
'Применение
Dim instance As ServerDdlTrigger
Dim value As Integer

value = instance.BodyStartIndex
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public int BodyStartIndex { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property int BodyStartIndex {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member BodyStartIndex : int
function get BodyStartIndex () : int

Значение свойства

Тип System. . :: . .Int32
An Int32 value that specifies the index that represents the start of the DDL trigger text body.