Column.BindDefault 메서드
Binds a default to the column.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub BindDefault ( _
defaultSchema As String, _
defaultName As String _
)
‘사용 방법
Dim instance As Column
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 name of the default schema.
- defaultName
유형: System.String
A String value that specifies the name of the default.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스