VsDataSupport.CreateDsRef(String, __DSREFTYPE, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Object ^ CreateDsRef(System::String ^ databaseName, Microsoft::SqlServer::Management::Data::Interop::__DSREFTYPE leafType, System::String ^ objectName, System::String ^ ownerName);
public static object CreateDsRef(string databaseName, Microsoft.SqlServer.Management.Data.Interop.__DSREFTYPE leafType, string objectName, string ownerName);
static member CreateDsRef : string * Microsoft.SqlServer.Management.Data.Interop.__DSREFTYPE * string * string -> obj
Public Shared Function CreateDsRef (databaseName As String, leafType As __DSREFTYPE, objectName As String, ownerName As String) As Object
Parameters
- databaseName
- String
- leafType
- Microsoft.SqlServer.Management.Data.Interop.__DSREFTYPE
- objectName
- String
- ownerName
- String