NewName propriété
Gets the new name of the object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NewName As String
Get
'Utilisation
Dim instance As ObjectRenamedEventArgs
Dim value As String
value = instance.NewName
public string NewName { get; }
public:
property String^ NewName {
String^ get ();
}
member NewName : string
function get NewName () : String
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the new name of the object.