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.

참고 항목

참조

Database 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스