Aracılığıyla paylaş


IViewOptions.QuotedIdentifierStatus Property

Gets or sets the Boolean value that determines whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")> _
<DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")> _
ReadOnly Property QuotedIdentifierStatus As Boolean
    Get
'Kullanım
Dim instance As IViewOptions
Dim value As Boolean

value = instance.QuotedIdentifierStatus
[DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")]
[DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")]
bool QuotedIdentifierStatus { get; }
[DisplayDescriptionKeyAttribute(L"View_QuotedIdentifierStatusDesc")]
[DisplayNameKeyAttribute(L"View_QuotedIdentifierStatusName")]
property bool QuotedIdentifierStatus {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")>]
[<DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")>]
abstract QuotedIdentifierStatus : bool
function get QuotedIdentifierStatus () : boolean

Property Value

Type: System.Boolean
A Boolean value that determines whether quoted identifiers specify Transact-SQL keywords on the view.
If True, the quoted identifiers specify Transact-SQL keywords. Otherwise, False.

See Also

Reference

IViewOptions Interface

Microsoft.SqlServer.Management.Smo Namespace