EnumObject.Initialize Method
Initializes the specified level. 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 Overridable Sub Initialize ( _
ci As Object, _
block As XPathExpressionBlock _
)
'Usage
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
)
Parameters
- ci
Type: System.Object
The connection info.
- block
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock
The syntactical tree for the filter for this level.