BindDefault Método (String, String)
Binds a default to the user-defined data type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub BindDefault ( _
defaultSchema As String, _
defaultName As String _
)
'Uso
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
)
Parámetros
- defaultSchema
Tipo: System. . :: . .String
A String value that specifies the schema for the default.
- defaultName
Tipo: System. . :: . .String
A String value that specifies the name of the default.