共用方式為


Text 屬性

Gets the Transact-SQL statement that defines the CHECK constraint.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
ReadOnly Property Text As String
    Get
'用途
Dim instance As ICheckConstraint
Dim value As String

value = instance.Text
string Text { get; }
property String^ Text {
    String^ get ();
}
abstract Text : string
function get Text () : String

屬性值

型別:System. . :: . .String
The Transact-SQL statement that defines the CHECK constraint.