หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the user or group that has a login to the Publisher and is granted access to a publication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Property LoginName As String
Get
'Usage
Dim instance As PublicationAccess
Dim value As String
value = instance.LoginName
public string LoginName { get; }
public:
property String^ LoginName {
String^ get ();
}
member LoginName : string
function get LoginName () : String
Property Value
Type: System.String
A String value.
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.