OwnerName プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Property OwnerName As String
    Get
    Set
'使用
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)

プロパティ値

型: System. . :: . .String