Partager via


Méthode BlockExpressionSkeleton

Ne référencez pas directement 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

Valeur de retour

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