DatabaseName Propiedad
Gets or sets the name of the database that contains the replication table.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public Property DatabaseName As String
Get
Set
'Uso
Dim instance As ReplicationTable
Dim value As String
value = instance.DatabaseName
instance.DatabaseName = value
public string DatabaseName { get; set; }
public:
property String^ DatabaseName {
String^ get ();
void set (String^ value);
}
member DatabaseName : string with get, set
function get DatabaseName () : String
function set DatabaseName (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A String value.
Notas
The DatabaseName property cannot be set after the object properties have been loaded.
The DatabaseName property can be retrieved by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.
The DatabaseName property is available with SQL Server 7.0, SQL Server 2000, and SQL Server 2005.
Vea también