| Visual Basic (Declaration) | |
|---|---|
Public Function CreateSavePoint( _ ByVal name As String _ ) As MsSqlSavePoint | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public MsSqlSavePoint CreateSavePoint( string name ) | |
| Managed Extensions for C++ | |
|---|---|
public: MsSqlSavePoint* CreateSavePoint( string* name ) | |
| C++/CLI | |
|---|---|
public: MsSqlSavePoint^ CreateSavePoint( String^ name ) | |
Parameters
- name
- The name of the save point to create.
Return Value
An instance of the MsSqlSavePoint class.Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family