Util.TransformToRequest(DataSet, ResultType) 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.
Transform a dataset into the expected enumeration result type
protected Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult TransformToRequest (System.Data.DataSet ds, Microsoft.SqlServer.Management.Sdk.Sfc.ResultType res);
member this.TransformToRequest : System.Data.DataSet * Microsoft.SqlServer.Management.Sdk.Sfc.ResultType -> Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
Protected Function TransformToRequest (ds As DataSet, res As ResultType) As EnumResult
Parameters
- ds
- DataSet
- res
- ResultType