Compartir a través de


Database.TransformNoiseWords Propiedad

Gets a value that indicates whether an object that sets the transform noise words configuration option is used.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

Tipo: System.Boolean
True if an object that sets the transform noise words configuration option is used; otherwise, false.

Vea también

Referencia

Database Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo