Méthode Initialize
Initializes the specified level. 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 Overridable Sub Initialize ( _
ci As Object, _
block As XPathExpressionBlock _
)
'Utilisation
Dim instance As EnumObject
Dim ci As Object
Dim block As XPathExpressionBlock
instance.Initialize(ci, block)
public virtual void Initialize(
Object ci,
XPathExpressionBlock block
)
public:
virtual void Initialize(
Object^ ci,
XPathExpressionBlock^ block
)
abstract Initialize :
ci:Object *
block:XPathExpressionBlock -> unit
override Initialize :
ci:Object *
block:XPathExpressionBlock -> unit
public function Initialize(
ci : Object,
block : XPathExpressionBlock
)
Paramètres
- ci
Type : System. . :: . .Object
The connection info.
- block
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XPathExpressionBlock
The syntactical tree for the filter for this level.