Propriedade do RDL Database.TransformNoiseWords
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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TransformNoiseWords As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
True if an object that sets the transform noise words configuration option is used; otherwise, false.