Database.TransformNoiseWords 属性
Gets a value that indicates whether an object that sets the transform noise words configuration option is used.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TransformNoiseWords As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
True if an object that sets the transform noise words configuration option is used; otherwise, false.