Server.GetDefaultInitFields 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.
Overloads
GetDefaultInitFields(Type) |
returns a clone of the default init fields. This function will be deprecated. Please use the overload function. |
GetDefaultInitFields(Type, DatabaseEngineEdition) |
returns a clone of the default init fields |
GetDefaultInitFields(Type)
returns a clone of the default init fields. This function will be deprecated. Please use the overload function.
public System.Collections.Specialized.StringCollection GetDefaultInitFields (Type typeObject);
member this.GetDefaultInitFields : Type -> System.Collections.Specialized.StringCollection
Public Function GetDefaultInitFields (typeObject As Type) As StringCollection
Parameters
- typeObject
- Type
Returns
Applies to
GetDefaultInitFields(Type, DatabaseEngineEdition)
returns a clone of the default init fields
public System.Collections.Specialized.StringCollection GetDefaultInitFields (Type typeObject, Microsoft.SqlServer.Management.Common.DatabaseEngineEdition databaseEngineEdition);
member this.GetDefaultInitFields : Type * Microsoft.SqlServer.Management.Common.DatabaseEngineEdition -> System.Collections.Specialized.StringCollection
Public Function GetDefaultInitFields (typeObject As Type, databaseEngineEdition As DatabaseEngineEdition) As StringCollection
Parameters
- typeObject
- Type
- databaseEngineEdition
- DatabaseEngineEdition