Propriété BodyStartIndex

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BodyStartIndex As Integer
    Get
'Utilisation
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

Valeur de propriété

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