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


Свойство OwnerName

Gets or sets the owner of the user-defined aggregate function.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property OwnerName As String
    Get
    Set
'Применение
Dim instance As ReplicationUserDefinedAggregate
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.