Partager via


Méthode XPathExpression.BlockExpressionSkeleton

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 Function BlockExpressionSkeleton ( _
    blockIndex As Integer _
) As String
'Utilisation
Dim instance As XPathExpression 
Dim blockIndex As Integer 
Dim returnValue As String 

returnValue = instance.BlockExpressionSkeleton(blockIndex)
public string BlockExpressionSkeleton(
    int blockIndex
)
public:
String^ BlockExpressionSkeleton(
    int blockIndex
)
member BlockExpressionSkeleton : 
        blockIndex:int -> string
public function BlockExpressionSkeleton(
    blockIndex : int
) : String

Paramètres

  • blockIndex
    Type : System.Int32
    An integer value of the block index.

Valeur de retour

Type : System.String
The expression stripped of all filters including the given block index.

Voir aussi

Référence

XPathExpression Classe

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