XPathExpression.BlockExpressionSkeleton 方法

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Function BlockExpressionSkeleton ( _
    blockIndex As Integer _
) As String
用法
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

参数

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

返回值

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

请参阅

参考

XPathExpression 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间