ProfileId 속성
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo.dll의 Microsoft.SqlServer.Rmo
구문
‘선언
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