다음을 통해 공유


ReplicationColumn.IsIdentity 속성

Gets or sets whether this column is an identity column or not.

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

구문

‘선언
Public Property IsIdentity As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ReplicationColumn 
Dim value As Boolean 

value = instance.IsIdentity

instance.IsIdentity = value
public bool IsIdentity { get; set; }
public:
property bool IsIdentity {
    bool get ();
    void set (bool value);
}
member IsIdentity : bool with get, set
function get IsIdentity () : boolean 
function set IsIdentity (value : boolean)

속성 값

유형: System.Boolean
A Boolean value. If true, the referenced column is an identity column. If false, the referenced column is not an identity column.

주의

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

참고 항목

참조

ReplicationColumn 클래스

Microsoft.SqlServer.Replication 네임스페이스