Propriété Text
Gets the Transact-SQL statement that defines the default constraint.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property Text As String
Get
'Utilisation
Dim instance As IDefaultConstraint
Dim value As String
value = instance.Text
string Text { get; }
property String^ Text {
String^ get ();
}
abstract Text : string
function get Text () : String
Valeur de propriété
Type : System. . :: . .String
The Transact-SQL statement that defines the default constraint.