Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the name of the publication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property Publication As String
Get
Set
'Usage
Dim instance As ISnapshotGenerationAgent
Dim value As String
value = instance.Publication
instance.Publication = value
string Publication { get; set; }
property String^ Publication {
String^ get ();
void set (String^ value);
}
abstract Publication : string with get, set
function get Publication () : String
function set Publication (value : String)
Property Value
Type: System.String
The name of the publication.