Freigeben über


DacExtensions.GetCollationString-Methode (BacPackage)

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 BacPackage _
) As String
'Usage
Dim package As BacPackage 
Dim returnValue As String 

returnValue = package.GetCollationString()
public static string GetCollationString(
    this BacPackage package
)
[ExtensionAttribute]
public:
static String^ GetCollationString(
    BacPackage^ package
)
static member GetCollationString : 
        package:BacPackage -> string
public static function GetCollationString(
    package : BacPackage
) : String

Parameter

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 BacPackage 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.

Siehe auch

Verweis

DacExtensions Klasse

GetCollationString-Überladung

Microsoft.SqlServer.Dac.Extensions-Namespace