UserDefinedDataType.BindDefault 方法 (String, String)
Binds a default to the user-defined data type.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub BindDefault ( _
defaultSchema As String, _
defaultName As String _
)
用法
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
)
参数
- defaultSchema
类型:System.String
A String value that specifies the schema for the default.
- defaultName
类型:System.String
A String value that specifies the name of the default.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间