Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the fields of the SqlSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Overridable Function ImplInitialize ( _
fields As String(), _
orderby As OrderBy() _
) As Boolean
'Usage
Dim fields As String()
Dim orderby As OrderBy()
Dim returnValue As Boolean
returnValue = Me.ImplInitialize(fields, _
orderby)
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 function ImplInitialize(
fields : String[],
orderby : OrderBy[]
) : boolean
Parameters
- fields
Type: array<System.String[]
An array of string values that specify the fields to initialize.
- orderby
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
An array of OrderBy objects that specify the ordering of fields.
Return Value
Type: System.Boolean
A Boolean value, true if the method succeeds, otherwise false.