다음을 통해 공유


OwnerName 속성

Gets or sets the name of the owner of the schema-bound view.

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

구문

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

value = instance.OwnerName

instance.OwnerName = value
public string OwnerName { get; set; }
public:
virtual property String^ OwnerName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract OwnerName : string with get, set
override OwnerName : string with get, set
final function get OwnerName () : String
final function set OwnerName (value : String)

속성 값

형식: System. . :: . .String
A String value.

구현

IReplicationDBObject. . :: . .OwnerName

주의

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