BindDefault 메서드 (String, String)
Binds a default to the user-defined data type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.