次の方法で共有


AgentProfile.ProfileId プロパティ

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

構文

'宣言
Public ReadOnly Property ProfileId As Integer 
    Get
'使用
Dim instance As AgentProfile 
Dim value As Integer 

value = instance.ProfileId
public int ProfileId { get; }
public:
property int ProfileId {
    int get ();
}
member ProfileId : int
function get ProfileId () : int

プロパティ値

型: System.Int32

関連項目

参照

AgentProfile クラス

Microsoft.SqlServer.Replication 名前空間