BindDefault méthode (String, String)
Binds a default to the user-defined data type.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub BindDefault ( _
defaultSchema As String, _
defaultName As String _
)
'Utilisation
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
)
Paramètres
- defaultSchema
Type : System. . :: . .String
A String value that specifies the schema for the default.
- defaultName
Type : System. . :: . .String
A String value that specifies the name of the default.