Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
'Declaration
<DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")> _
<DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")> _
ReadOnly Property QuotedIdentifierStatus As Boolean
Get
'Usage
Dim instance As IViewOptions
Dim value As Boolean
value = instance.QuotedIdentifierStatus
[DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")]
[DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")]
bool QuotedIdentifierStatus { get; }
[DisplayNameKeyAttribute(L"View_QuotedIdentifierStatusName")]
[DisplayDescriptionKeyAttribute(L"View_QuotedIdentifierStatusDesc")]
property bool QuotedIdentifierStatus {
bool get ();
}
[<DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")>]
[<DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")>]
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.