EnumResult Constructors
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
EnumResult() |
default constructor |
EnumResult(Object, ResultType) |
initialize an EnumResult |
EnumResult()
default constructor
public EnumResult ();
Public Sub New ()
Applies to
EnumResult(Object, ResultType)
initialize an EnumResult
public EnumResult (object ob, Microsoft.SqlServer.Management.Sdk.Sfc.ResultType resultType);
new Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult : obj * Microsoft.SqlServer.Management.Sdk.Sfc.ResultType -> Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
Public Sub New (ob As Object, resultType As ResultType)
Parameters
- ob
- Object
data
- resultType
- ResultType
type of data