Propriété InnerJoin
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InnerJoin As String
Get
'Utilisation
Dim instance As XmlReadPropertyLink
Dim value As String
value = instance.InnerJoin
public string InnerJoin { get; }
public:
property String^ InnerJoin {
String^ get ();
}
member InnerJoin : string
function get InnerJoin () : String
Valeur de propriété
Type : System. . :: . .String
An attribute join table name.
Voir aussi