Freigeben über


XPathExpression.BlockExpressionSkeleton-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function BlockExpressionSkeleton ( _
    blockIndex As Integer _
) As String
'Usage
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

Parameter

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

Rückgabewert

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

Siehe auch

Verweis

XPathExpression Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace