XPathExpressionBlock Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| XPathExpressionBlock() |
Standardkonstruktor |
| XPathExpressionBlock(String, FilterNode) |
Name- und FilterNode-Konstruktor |
XPathExpressionBlock()
Standardkonstruktor
public XPathExpressionBlock();
Public Sub New ()
Gilt für:
XPathExpressionBlock(String, FilterNode)
Name- und FilterNode-Konstruktor
public XPathExpressionBlock(string name, Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode filter);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock : string * Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock
Public Sub New (name As String, filter As FilterNode)
Parameter
- name
- String
- filter
- FilterNode