Database.TransformNoiseWords-Eigenschaft
Gets a value that indicates whether an object that sets the transform noise words configuration option is used.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TransformNoiseWords As Boolean
Get
Set
'Usage
Dim instance As Database
Dim value As Boolean
value = instance.TransformNoiseWords
instance.TransformNoiseWords = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool TransformNoiseWords { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool TransformNoiseWords {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member TransformNoiseWords : bool with get, set
function get TransformNoiseWords () : boolean
function set TransformNoiseWords (value : boolean)
Eigenschaftswert
Typ: System.Boolean
True if an object that sets the transform noise words configuration option is used; otherwise, false.