SqlSmoObject.ImplInitialize Method
SQL Server 2012
Initializes the fields of the SqlSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected function ImplInitialize( fields : String[], orderby : OrderBy[] ) : boolean
Parameters
- fields
- Type: System.String[]
An array of string values that specify the fields to initialize.
- orderby
- Type: Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
An array of OrderBy objects that specify the ordering of fields.
