DataType.UserDefinedType 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
UserDefinedType(String, String) |
Creates a DataType of type SqlDataType.UserDefinedType |
UserDefinedType(String) |
Creates a DataType of type SqlDataType.UserDefinedType |
UserDefinedType(String, String)
Creates a DataType of type SqlDataType.UserDefinedType
public static Microsoft.SqlServer.Management.Smo.DataType UserDefinedType (string type, string schema);
static member UserDefinedType : string * string -> Microsoft.SqlServer.Management.Smo.DataType
Public Shared Function UserDefinedType (type As String, schema As String) As DataType
Parameters
- type
- String
- schema
- String
Returns
Applies to
UserDefinedType(String)
Creates a DataType of type SqlDataType.UserDefinedType
public static Microsoft.SqlServer.Management.Smo.DataType UserDefinedType (string type);
static member UserDefinedType : string -> Microsoft.SqlServer.Management.Smo.DataType
Public Shared Function UserDefinedType (type As String) As DataType
Parameters
- type
- String