Udostępnij za pośrednictwem


Metoda SqlObjectBase.BuildStatement

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Protected Sub BuildStatement ( _
    erParent As EnumResult _
)
'Użycie
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
)

Parametry