Метод NameChanges.Add (NameChanges.EntryType, String, String)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Adds a name change using the specified entry type.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Sub Add ( _
type As NameChanges.EntryType, _
oldName As String, _
newName As String _
)
'Применение
Dim instance As NameChanges
Dim type As NameChanges.EntryType
Dim oldName As String
Dim newName As String
instance.Add(type, oldName, newName)
public void Add(
NameChanges.EntryType type,
string oldName,
string newName
)
public:
void Add(
NameChanges.EntryType type,
String^ oldName,
String^ newName
)
member Add :
type:NameChanges.EntryType *
oldName:string *
newName:string -> unit
public function Add(
type : NameChanges.EntryType,
oldName : String,
newName : String
)
Параметры
- type
Тип: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
The entry type of the name change.
- oldName
Тип: System.String
The old name of the object.
- newName
Тип: System.String
The new name of the object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel