DacExtensions.GetCollationString-Methode (DacPackage)
Gets the collation associated with the specified package.
Namespace: Microsoft.SqlServer.Dac.Extensions
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetCollationString ( _
package As DacPackage _
) As String
'Usage
Dim package As DacPackage
Dim returnValue As String
returnValue = package.GetCollationString()
public static string GetCollationString(
this DacPackage package
)
[ExtensionAttribute]
public:
static String^ GetCollationString(
DacPackage^ package
)
static member GetCollationString :
package:DacPackage -> string
public static function GetCollationString(
package : DacPackage
) : String
Parameter
- package
Typ: Microsoft.SqlServer.Dac.DacPackage
The package.
Rückgabewert
Typ: System.String
The collation associated with the specified package.
Hinweis zur Verwendung
In Visual Basic und C# können Sie die Methode als Instanzenmethode für jedes Objekt vom Typ DacPackage aufrufen. Wenn Sie Instanzmethodensyntax zum Aufruf dieser Methode verwenden, vernachlässigen Sie den ersten Parameter. Weitere Informationen finden Sie unter b8020aae-374d-46a9-bcb7-8cc2390b93b6 oder 175ce3ff-9bbf-4e64-8421-faeb81a0bb51.