다음을 통해 공유


OwnerName 속성

Gets or sets the owner of the stored procedure.

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

구문

‘선언
Public Property OwnerName As String
    Get
    Set
‘사용 방법
Dim instance As ReplicationStoredProcedure
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.