TSqlFragment.StartColumn Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property StartColumn As Integer
'Usage
Dim instance As TSqlFragment
Dim value As Integer
value = instance.StartColumn
public int StartColumn { get; }
public:
property int StartColumn {
int get ();
}
public function get StartColumn () : int
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.