Metodo BindDefault (String, String)
Binds a default to the user-defined data type.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub BindDefault ( _
defaultSchema As String, _
defaultName As String _
)
'Utilizzo
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
)
Parametri
- 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.