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.