Freigeben über


OwnerName-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Property OwnerName As String
    Get
    Set
'Usage
Dim instance As IReplicationDBObject
Dim value As String

value = instance.OwnerName

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

Eigenschaftenwert

Typ: System. . :: . .String