RegSvrSmoObject.ImplInitialize 方法
Initializes the object.
命名空间: Microsoft.SqlServer.Management.Smo.RegisteredServers
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Protected Overridable Function ImplInitialize ( _
fields As String(), _
orderby As OrderBy() _
) As Boolean
用法
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
参数
- fields
类型:array<System.String[]
A String array.
- orderby
类型:array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
An OrderBy object.
返回值
类型:System.Boolean
A Boolean value that specifies whether the object was initialized successfully.If True, the object initialized successfully.If False, the object failed to initialize.