다음을 통해 공유


ArticleConflict.SourceObject 속성

Gets or sets the name of the source object for the specified ArticleName.

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

구문

‘선언
Public Property SourceObject As String 
    Get 
    Set
‘사용 방법
Dim instance As ArticleConflict 
Dim value As String 

value = instance.SourceObject

instance.SourceObject = value
public string SourceObject { get; set; }
public:
property String^ SourceObject {
    String^ get ();
    void set (String^ value);
}
member SourceObject : string with get, set
function get SourceObject () : String 
function set SourceObject (value : String)

속성 값

유형: System.String
A String value that specifies the object name.

주의

The SourceObject property is read/write.

Any user can get or set the SourceObject property.

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

참고 항목

참조

ArticleConflict 클래스

Microsoft.SqlServer.Replication 네임스페이스