Partager via


Propriété TSqlFragment.FragmentLength

Gets the fragment length.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FragmentLength As Integer 
    Get
'Utilisation
Dim instance As TSqlFragment 
Dim value As Integer 

value = instance.FragmentLength
public int FragmentLength { get; }
public:
property int FragmentLength {
    int get ();
}
member FragmentLength : int
function get FragmentLength () : int

Valeur de propriété

Type : System.Int32
The fragment length.

Voir aussi

Référence

TSqlFragment Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom