Partager via


Propriété XPathExpression.Length

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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

Syntaxe

'Déclaration
Public ReadOnly Property Length As Integer 
    Get
'Utilisation
Dim instance As XPathExpression 
Dim value As Integer 

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

Valeur de propriété

Type : System.Int32
The number of levels.

Voir aussi

Référence

XPathExpression Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc