OwnerName-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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)