ServerDdlTrigger.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.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BodyStartIndex As Integer 
    Get
‘사용 방법
Dim instance As ServerDdlTrigger 
Dim value As Integer 

value = instance.BodyStartIndex
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public int BodyStartIndex { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property int BodyStartIndex {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
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.

트리거 생성, 변경 및 제거

참고 항목

참조

ServerDdlTrigger 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

DDL 트리거

CREATE TRIGGER(Transact-SQL)