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: virtual bool ImplInitialize( array<String^>^ fields, array<OrderBy^>^ orderby )
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.