SqlSmoObject.ImplInitialize Method (String[], OrderBy )

 

Applies To: SQL Server 2016 Preview

Initializes the fields of the SqlSmoObject object.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

protected virtual bool ImplInitialize(
    string[] fields,
    OrderBy[] orderby
)
protected:
virtual bool ImplInitialize(
    array<String^>^ fields,
    array<OrderBy^>^ orderby
)
abstract ImplInitialize : 
        fields:string[] *
        orderby:OrderBy[] -> bool
override ImplInitialize : 
        fields:string[] *
        orderby:OrderBy[] -> bool
Protected Overridable Function ImplInitialize (
    fields As String(),
    orderby As OrderBy()
) As Boolean

Parameters

  • fields
    Type: System.String[]

    An array of string values that specify the fields to initialize.

Return Value

Type: System.Boolean

A Boolean value, true if the method succeeds, otherwise false.

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top