다음을 통해 공유


ConcatenateNullYieldsNull 속성

CONCAT_NULL_YIELDS_NULL 데이터베이스 옵션이 활성 상태인지 여부를 지정하는 속성 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property ConcatenateNullYieldsNull As Boolean
    Get
    Set
‘사용 방법
Dim instance As Database
Dim value As Boolean

value = instance.ConcatenateNullYieldsNull

instance.ConcatenateNullYieldsNull = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool ConcatenateNullYieldsNull { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
virtual property bool ConcatenateNullYieldsNull {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
abstract ConcatenateNullYieldsNull : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
override ConcatenateNullYieldsNull : bool with get, set
final function get ConcatenateNullYieldsNull () : boolean
final function set ConcatenateNullYieldsNull (value : boolean)

속성 값

유형: System. . :: . .Boolean
ConcatenateNullYieldsNull 데이터베이스 옵션이 활성 상태인지 여부를 지정하는 Boolean입니다. True이면 연결된 결과가 NULL이고, False(기본값)이면 0 문자열을 사용하여 값이 연결됩니다.

구현

IDatabaseOptions. . :: . .ConcatenateNullYieldsNull

주의

This property specifies whether a value that is concatenated with a null value results in a null value or in a zero string.