VSDBCmdServices.GetDeployPropertyUsage, méthode
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Function GetDeployPropertyUsage ( _
propertyName As String _
) As String
public string GetDeployPropertyUsage(
string propertyName
)
public:
String^ GetDeployPropertyUsage(
String^ propertyName
)
member GetDeployPropertyUsage :
propertyName:string -> string
public function GetDeployPropertyUsage(
propertyName : String
) : String
Paramètres
- propertyName
Type : System.String
Valeur de retour
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.