WmiSmoObject.ImplInitialize(String[], OrderBy[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the fields of the WmiSmoObject object.
protected:
virtual bool ImplInitialize(cli::array <System::String ^> ^ fields, cli::array <Microsoft::SqlServer::Management::Sdk::Sfc::OrderBy ^> ^ orderby);
protected virtual bool ImplInitialize (string[] fields, Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] orderby);
abstract member ImplInitialize : string[] * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] -> bool
override this.ImplInitialize : string[] * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] -> bool
Protected Overridable Function ImplInitialize (fields As String(), orderby As OrderBy()) As Boolean
Parameters
- fields
- String[]
An array of string values that specify the fields to initialize.
Returns
A Boolean value, true if the method succeeds, otherwise false.
Examples
Managing Services and Network Settings by Using WMI Provider