SqlObjectBase.BuildStatement Method
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
Protected Sub BuildStatement ( _
erParent As EnumResult _
)
'Usage
Dim erParent As EnumResult
Me.BuildStatement(erParent)
protected void BuildStatement(
EnumResult erParent
)
protected:
void BuildStatement(
EnumResult^ erParent
)
member BuildStatement :
erParent:EnumResult -> unit
protected function BuildStatement(
erParent : EnumResult
)
Parameters
- erParent
Type: Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
One of the EnumResult values.