Database.TransformNoiseWords Property
Gets a value that indicates whether an object that sets the transform noise words configuration option is used.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool TransformNoiseWords { get; set; }
Property Value
Type: System.BooleanTrue if an object that sets the transform noise words configuration option is used; otherwise, false.
Show: