Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes the object.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Protected Overridable Function ImplInitialize ( _
fields As String(), _
orderby As OrderBy() _
) As Boolean
'Utilisation
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
Paramètres
- fields
Type : array<System.String[]
A String array.
- orderby
Type : array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
An OrderBy object.
Valeur de retour
Type : 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.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.RegisteredServers