Поделиться через


Свойство ReplicationStoredProcedure.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.

См. также

Справочник

ReplicationStoredProcedure Класс

Пространство имен Microsoft.SqlServer.Replication