Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Parameters
- blockIndex
Type: System.Int32
An integer value of the block index.
Return Value
Type: System.String
The expression stripped of all filters including the given block index.