IsQuotedIdentifierOn 屬性
Gets a value that indicates whether the quoted identifier option is on.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
ReadOnly Property IsQuotedIdentifierOn As Boolean
Get
'用途
Dim instance As IDmlTrigger
Dim value As Boolean
value = instance.IsQuotedIdentifierOn
bool IsQuotedIdentifierOn { get; }
property bool IsQuotedIdentifierOn {
bool get ();
}
abstract IsQuotedIdentifierOn : bool
function get IsQuotedIdentifierOn () : boolean
屬性值
型別:System. . :: . .Boolean
A Boolean value that indicates whether the quoted identifier option is on.