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