UserDefinedDataType.BindDefault Method (String, String)
Binds a default to the user-defined data type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub BindDefault ( _
defaultSchema As String, _
defaultName As String _
)
'Usage
Dim instance As UserDefinedDataType
Dim defaultSchema As String
Dim defaultName As String
instance.BindDefault(defaultSchema, defaultName)
public void BindDefault(
string defaultSchema,
string defaultName
)
public:
void BindDefault(
String^ defaultSchema,
String^ defaultName
)
member BindDefault :
defaultSchema:string *
defaultName:string -> unit
public function BindDefault(
defaultSchema : String,
defaultName : String
)
Parameters
- defaultSchema
Type: System.String
A String value that specifies the schema for the default.
- defaultName
Type: System.String
A String value that specifies the name of the default.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace