BodyStartIndex Propiedad
Gets the index value that represents the start of the data definition language (DDL) trigger text body.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property BodyStartIndex As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies the index that represents the start of the DDL trigger text body.
Vea también